summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-05-20 01:33:46 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-05-20 01:33:46 +0200
commit76580bb2aa83b537587b2998f9ce7a4f2cdd2440 (patch)
tree735578c31c3f7ca3c7f973af93e849966cd7603c /crawl-ref/source/skills2.h
parent42ef9c5136160c1d330d77118503a583886788db (diff)
downloadcrawl-ref-76580bb2aa83b537587b2998f9ce7a4f2cdd2440.tar.gz
crawl-ref-76580bb2aa83b537587b2998f9ce7a4f2cdd2440.zip
SKill menu: change #ifdef DEBUG by DEBUG_DIAGNOSTICS.
I'm not sure why, but I had the debug info in my wizard 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 979e833a3c..47ad4c4010 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -160,7 +160,7 @@ private:
void _set_new_level();
void _set_title();
void _clear();
-#ifdef DEBUG
+#ifdef DEBUG_DIAGNOSTICS
void _set_points();
#endif
};