forked from mirror/OpenTTD
(svn r15274) -Fix (r8705): oldloader wasn't updated to use 64bit airport_flags
This commit is contained in:
@@ -777,10 +777,10 @@ static const OldChunks station_chunk[] = {
|
||||
OCL_SVAR( OC_UINT8, Station, owner ),
|
||||
OCL_SVAR( OC_UINT8, Station, facilities ),
|
||||
OCL_SVAR( OC_TTD | OC_UINT8, Station, airport_type ),
|
||||
OCL_SVAR( OC_TTO | OC_FILE_U16 | OC_VAR_U32, Station, airport_flags ),
|
||||
OCL_SVAR( OC_TTO | OC_FILE_U16 | OC_VAR_U64, Station, airport_flags ),
|
||||
OCL_NULL( 3 ), ///< bus/truck status, blocked months, no longer in use
|
||||
OCL_CNULL( OC_TTD, 1 ), ///< unknown
|
||||
OCL_SVAR( OC_TTD | OC_FILE_U16 | OC_VAR_U32, Station, airport_flags ),
|
||||
OCL_SVAR( OC_TTD | OC_FILE_U16 | OC_VAR_U64, Station, airport_flags ),
|
||||
OCL_CNULL( OC_TTD, 2 ), ///< last_vehicle. now last_vehicle_type
|
||||
OCL_CNULL( OC_TTD, 4 ), ///< junk at end of chunk
|
||||
|
||||
|
Reference in New Issue
Block a user