mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-11 08:49:50 +00:00
(svn r25337) -Fix: saving only 8 bits of 16 causes endianness problems
This commit is contained in:
parent
ab8531ac9c
commit
16307a8a6f
@ -226,7 +226,7 @@ static const SaveLoad _old_station_desc[] = {
|
|||||||
static uint16 _waiting_acceptance;
|
static uint16 _waiting_acceptance;
|
||||||
static uint16 _cargo_source;
|
static uint16 _cargo_source;
|
||||||
static uint32 _cargo_source_xy;
|
static uint32 _cargo_source_xy;
|
||||||
static uint16 _cargo_days;
|
static uint8 _cargo_days;
|
||||||
static Money _cargo_feeder_share;
|
static Money _cargo_feeder_share;
|
||||||
|
|
||||||
static const SaveLoad _station_speclist_desc[] = {
|
static const SaveLoad _station_speclist_desc[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user