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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user