1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-19 02:12:37 +01:00

(svn r15075) -Fix: store _next_competitor_start as uint32, else it might overflow for values > 2.4 years

This commit is contained in:
truebrain
2009-01-13 21:32:47 +00:00
parent 2d3fc8141d
commit 89da8820e5
2 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
#include <list>
extern const uint16 SAVEGAME_VERSION = 108;
extern const uint16 SAVEGAME_VERSION = 109;
SavegameType _savegame_type; ///< type of savegame we are loading