1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-20 02:42:42 +01:00

(svn r12816) -Fix: the cargo count in the performance rating window could be wrong.

This commit is contained in:
rubidium
2008-04-21 09:27:47 +00:00
parent cea98ea0e6
commit 2a779a5e10
4 changed files with 5 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
#include "table/strings.h"
extern const uint16 SAVEGAME_VERSION = 93;
extern const uint16 SAVEGAME_VERSION = 94;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!