(svn r2499) -Codechange: Moved the semaphore bit from bit 2 to bit 3 in _map_hi for rails, in order to make way for pbs

This commit is contained in:
celestar
2005-06-30 13:24:17 +00:00
parent 7ff19d7dfd
commit 27e61cbd84
5 changed files with 38 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
#include "saveload.h"
enum {
SAVEGAME_MAJOR_VERSION = 14,
SAVEGAME_MAJOR_VERSION = 15,
SAVEGAME_MINOR_VERSION = 0,
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION