From 2a779a5e100be9133e21b5645d90d0d390af9ecd Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 21 Apr 2008 09:27:47 +0000 Subject: (svn r12816) -Fix: the cargo count in the performance rating window could be wrong. --- src/saveload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/saveload.cpp') diff --git a/src/saveload.cpp b/src/saveload.cpp index 85e9a7ae4..02df1aa79 100644 --- a/src/saveload.cpp +++ b/src/saveload.cpp @@ -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! -- cgit v1.2.3-54-g00ecf