summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 20:39:32 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 20:39:32 +0000
commit601fa4aa11e06b9e9cbdd1c512ba1bc41117a9c3 (patch)
treefb6316cdc5650fbc9a71336dfeb9e2a8c8b8c136 /crawl-ref/source/acr.cc
parent44361fc174e9372ffcd02a7b17d3d2d41e045ab0 (diff)
downloadcrawl-ref-601fa4aa11e06b9e9cbdd1c512ba1bc41117a9c3.tar.gz
crawl-ref-601fa4aa11e06b9e9cbdd1c512ba1bc41117a9c3.zip
Remove some unneeded externs.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8660 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 835615e60e..343cf55052 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -212,7 +212,7 @@ int main( int argc, char *argv[] )
}
// Init monsters up front - needed to handle the mon_glyph option right.
- init_monsters(mcolour);
+ init_monsters();
// Init name cache so that we can parse stash_filter by item name.
init_properties();