(svn r25012) -Codechange: persistently keep 'reserved' cargo (for full-load improved loading) instead of calculating if for every cycle

This commit is contained in:
rubidium
2013-02-17 14:54:50 +00:00
parent c62cbe04a4
commit 7dd2354a13
12 changed files with 614 additions and 335 deletions

View File

@@ -244,8 +244,9 @@
* 178 24789
* 179 24810
* 180 24998
* 181 25012
*/
extern const uint16 SAVEGAME_VERSION = 180; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 181; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading