summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-03-24 14:00:32 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-03-24 14:00:32 +0100
commitb5f1625a5e39dab3b5d58748c117f6f93b172922 (patch)
tree0025dc92864320b6c85414fcb9ae8313d19abbad /crawl-ref/source/skills2.h
parent7861bd20fa6521cd7692681973f17923fe271e57 (diff)
downloadcrawl-ref-b5f1625a5e39dab3b5d58748c117f6f93b172922.tar.gz
crawl-ref-b5f1625a5e39dab3b5d58748c117f6f93b172922.zip
Remove debug informations from non-debug builds.
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index 279f4ad5f6..317f910e53 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -159,7 +159,7 @@ private:
void _set_new_level();
void _set_title();
void _clear();
-#ifdef WIZARD
+#ifdef DEBUG
void _set_points();
#endif
};