(svn r24619) -Change: Check for bankruptcy on a monthly basis (ZxBioHazardZx)

This commit is contained in:
planetmaker
2012-10-20 22:05:26 +00:00
parent b446780f01
commit f2e94237fc
7 changed files with 39 additions and 14 deletions

View File

@@ -240,8 +240,9 @@
* 174 23973 1.2.x
* 175 24136
* 176 24446
* 177 24619
*/
extern const uint16 SAVEGAME_VERSION = 176; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 177; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading