Changeset - r20327:3a8b0dc4a0d3
[Not reviewed]
master
0 1 0
fonsinchen - 11 years ago 2013-06-08 20:47:59
fonsinchen@openttd.org
(svn r25337) -Fix: saving only 8 bits of 16 causes endianness problems
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/station_sl.cpp
Show inline comments
 
@@ -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[] = {
0 comments (0 inline, 0 general)