(svn r10210) -Codechange: make all money related variables 64 bits, so overflowing them should become a little harder.

This commit is contained in:
rubidium
2007-06-18 22:49:55 +00:00
parent fbb22487fc
commit 7d6c255044
7 changed files with 42 additions and 33 deletions

View File

@@ -29,7 +29,7 @@
#include <setjmp.h>
#include <list>
extern const uint16 SAVEGAME_VERSION = 64;
extern const uint16 SAVEGAME_VERSION = 65;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!