summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-07 11:32:10 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-07 11:32:10 +0000
commit10aeabaacb1c2cdc6b6227328df34287b7f75d4f (patch)
treedbae642faf43e6acf5871b53a3ee82eb30047b38 /crawl-ref/source/AppHdr.h
parent82a29029599d795c3fabd0ac941f38016f77958a (diff)
downloadcrawl-ref-10aeabaacb1c2cdc6b6227328df34287b7f75d4f.tar.gz
crawl-ref-10aeabaacb1c2cdc6b6227328df34287b7f75d4f.zip
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
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h2
1 files changed, 1 insertions, 1 deletions
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