(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

@@ -966,7 +966,7 @@ static const OldChunks player_chunk[] = {
OCL_SVAR( OC_FILE_U32 | OC_VAR_I64, Player, bankrupt_value ),
OCL_SVAR( OC_UINT16, Player, bankrupt_timeout ),
OCL_SVAR( OC_FILE_U32 | OC_VAR_U16, Player, cargo_types ),
OCL_SVAR( OC_UINT32, Player, cargo_types ),
OCL_CHUNK( 3, OldPlayerYearly ),
OCL_CHUNK( 1, OldPlayerEconomy ),