summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shout.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-15 19:41:02 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-15 19:42:16 +0100
commit4d72130f8667aecee64274f6280b237691992915 (patch)
tree78acba405b333a99dfab36a517c95724eddcb6ed /crawl-ref/source/shout.cc
parent842b2c91c85eadf3e9a62d35f359bd7bc50f679e (diff)
downloadcrawl-ref-4d72130f8667aecee64274f6280b237691992915.tar.gz
crawl-ref-4d72130f8667aecee64274f6280b237691992915.zip
Rename acr.cc to main.cc.
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)
{