From 10aeabaacb1c2cdc6b6227328df34287b7f75d4f Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 7 Oct 2007 11:32:10 +0000 Subject: Increased max monsters to 350, breaks saves, may be buggy. Incremented save major version. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2352 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/AppHdr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/AppHdr.h') diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h index 64440ba36c..308618888b 100644 --- a/crawl-ref/source/AppHdr.h +++ b/crawl-ref/source/AppHdr.h @@ -447,6 +447,6 @@ template < class T > inline void UNUSED(const volatile T &) { -} // Note that this generates no code with CodeWarrior or MSVC (if inlining is on). +} #endif -- cgit v1.2.3-54-g00ecf