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

pull/155/head
fonsinchen 11 years ago
parent 04361f62dd
commit ace5038657

@ -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