(svn r10006) -Fix (FS#362): allow different signal types on one tile

This commit is contained in:
glx
2007-05-31 21:21:04 +00:00
parent 4af692558a
commit 2958f0c53a
9 changed files with 110 additions and 63 deletions

View File

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