summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-03 18:34:01 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-03 18:36:53 -0800
commit1bf203aaf578284d268fdca67c9d334a79a53c0d (patch)
treefe95bb3876906713ce7ce33c14e7d3778b53324c /crawl-ref/source/player.cc
parent20161f77a87bf5ef908369863755304ea011a8bd (diff)
downloadcrawl-ref-1bf203aaf578284d268fdca67c9d334a79a53c0d.tar.gz
crawl-ref-1bf203aaf578284d268fdca67c9d334a79a53c0d.zip
Fixed MONS_NO_MONSTER == NUM_MONSTERS + 1
Fixed MONS_NO_MONSTER == NUM_MONSTERS + 1, which was a problem because MONS_NO_MONSTER can end up in savefiles, meaning that when NUM_MONSTERS increased old save files would become broken. unmarshall_monster() has a temporary hack to preserve compatibility with old save files, and will fail a COMPILE_CHECK() when NUM_MONSTERS increases beyond its current value.
Diffstat (limited to 'crawl-ref/source/player.cc')
0 files changed, 0 insertions, 0 deletions