summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 6708c9b42b..8bd05d4bc1 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -657,9 +657,9 @@ bool restore_stat(unsigned char which_stat, bool suppress_msg)
}
// the real function begins here {dlb}:
- char *ptr_stat = 0; // NULL {dlb}
- char *ptr_stat_max = 0; // NULL {dlb}
- char *ptr_redraw = 0; // NULL {dlb}
+ char *ptr_stat = NULL;
+ char *ptr_stat_max = NULL;
+ bool *ptr_redraw = NULL;
std::string msg = "You feel your ";