From 601fa4aa11e06b9e9cbdd1c512ba1bc41117a9c3 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 21 Jan 2009 20:39:32 +0000 Subject: Remove some unneeded externs. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8660 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/acr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/acr.cc') 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(); -- cgit v1.2.3-54-g00ecf