(svn r20815) -Revert (r20814): wrong patch at wrong time...

This commit is contained in:
rubidium
2010-09-16 16:31:38 +00:00
parent 9a0a753d96
commit b01c63cd23
4 changed files with 23 additions and 28 deletions

View File

@@ -238,7 +238,6 @@ const SaveLoad *GetGoodsDesc()
SLE_VAR(GoodsEntry, last_age, SLE_UINT8),
SLEG_CONDVAR( _cargo_feeder_share, SLE_FILE_U32 | SLE_VAR_I64, 14, 64),
SLEG_CONDVAR( _cargo_feeder_share, SLE_INT64, 65, 67),
SLE_CONDVAR(GoodsEntry, amount_fract, SLE_UINT8, 149, SL_MAX_VERSION),
SLE_CONDLST(GoodsEntry, cargo.packets, REF_CARGO_PACKET, 68, SL_MAX_VERSION),
SLE_END()