(svn r8501) -Fix (r7377) [FS#539]: Keep track of how much cargo has been paid for, so that cargo cannot be paid for more than once.

This commit is contained in:
maedhros
2007-01-31 22:33:24 +00:00
parent fc9e84b04e
commit 913558797b
5 changed files with 32 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
#include "variables.h"
#include <setjmp.h>
extern const uint16 SAVEGAME_VERSION = 44;
extern const uint16 SAVEGAME_VERSION = 45;
uint16 _sl_version; /// the major savegame version identifier
byte _sl_minor_version; /// the minor savegame version, DO NOT USE!