summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shout.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/shout.cc')
-rw-r--r--crawl-ref/source/shout.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/shout.cc b/crawl-ref/source/shout.cc
index d9dea1473c..64378ed7ad 100644
--- a/crawl-ref/source/shout.cc
+++ b/crawl-ref/source/shout.cc
@@ -30,7 +30,7 @@
#include <sstream>
-extern int stealth; // defined in acr.cc
+extern int stealth; // defined in main.cc
void handle_monster_shouts(monsters* monster, bool force)
{