(svn r25337) -Fix: saving only 8 bits of 16 causes endianness problems

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
fonsinchen 11 years ago
parent ab8531ac9c
commit 16307a8a6f

@ -226,7 +226,7 @@ static const SaveLoad _old_station_desc[] = {
static uint16 _waiting_acceptance;
static uint16 _cargo_source;
static uint32 _cargo_source_xy;
static uint16 _cargo_days;
static uint8 _cargo_days;
static Money _cargo_feeder_share;
static const SaveLoad _station_speclist_desc[] = {

Loading…
Cancel
Save