(svn r20334) -Codechange: reorder the unmovable bits a bit for futher extension

This commit is contained in:
rubidium
2010-08-03 08:09:45 +00:00
parent 1a9d5ae076
commit f44c51577b
5 changed files with 44 additions and 30 deletions

View File

@@ -207,8 +207,9 @@
* 141 19799
* 142 20003
* 143 20048
* 144 20334
*/
extern const uint16 SAVEGAME_VERSION = 143; ///< current savegame version of OpenTTD
extern const uint16 SAVEGAME_VERSION = 144; ///< current savegame version of OpenTTD
SavegameType _savegame_type; ///< type of savegame we are loading