(svn r20918) -Add: Store NewGRF version information from Action14 in savegame. (planetmaker)

This commit is contained in:
frosch
2010-10-12 17:47:15 +00:00
parent 3165e74524
commit fca6f11a25
2 changed files with 3 additions and 1 deletions

View File

@@ -213,8 +213,9 @@
* 148 20659
* 149 20832
* 150 20857
* 151 20918
*/
extern const uint16 SAVEGAME_VERSION = 150; ///< current savegame version of OpenTTD
extern const uint16 SAVEGAME_VERSION = 151; ///< current savegame version of OpenTTD
SavegameType _savegame_type; ///< type of savegame we are loading