summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-15 18:20:37 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-15 18:20:37 +0000
commit62cfec6f0b7b50f1b0fbed90afaaa354681fe9ef (patch)
tree0f9cc74855df6edc8292977b9960fb2cf6adee64 /crawl-ref/source/player.h
parentb9dc53d4acb66609024ff5303184135ba5866bc2 (diff)
downloadcrawl-ref-62cfec6f0b7b50f1b0fbed90afaaa354681fe9ef.tar.gz
crawl-ref-62cfec6f0b7b50f1b0fbed90afaaa354681fe9ef.zip
&^X allows you to set experience level directly in wizmode.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1877 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 04695039f3..90921e3362 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -287,7 +287,7 @@ void modify_stat(stat_type which_stat, char amount, bool suppress_msg);
/* ***********************************************************************
* called from: decks - it_use2 - player
* *********************************************************************** */
-void level_change(void);
+void level_change(bool skip_ability_increase = false);
/* ***********************************************************************