src/oldloader.cpp
changeset 5877 d7f1c1c58a25
parent 5823 7aa8c2312103
child 5879 b3413b837d21
equal deleted inserted replaced
5876:01bdebe2e50b 5877:d7f1c1c58a25
   601 	OCL_SVAR(  OC_UINT8, Station, time_since_unload ),
   601 	OCL_SVAR(  OC_UINT8, Station, time_since_unload ),
   602 	OCL_SVAR(  OC_UINT8, Station, delete_ctr ),
   602 	OCL_SVAR(  OC_UINT8, Station, delete_ctr ),
   603 	OCL_SVAR(  OC_UINT8, Station, owner ),
   603 	OCL_SVAR(  OC_UINT8, Station, owner ),
   604 	OCL_SVAR(  OC_UINT8, Station, facilities ),
   604 	OCL_SVAR(  OC_UINT8, Station, facilities ),
   605 	OCL_SVAR(  OC_UINT8, Station, airport_type ),
   605 	OCL_SVAR(  OC_UINT8, Station, airport_type ),
   606 	OCL_NULL( 2 ),         // Bus/truck status, no longer in use
   606 	/* Bus/truck status, no longer in use
   607 	OCL_SVAR(  OC_UINT8, Station, blocked_months_obsolete ),
   607 	 * Blocked months
   608 	OCL_NULL( 1 ),         // Unknown
   608 	 * Unknown
       
   609 	 */
       
   610 	OCL_NULL( 4 ),
   609 	OCL_SVAR( OC_FILE_U16 | OC_VAR_U32, Station, airport_flags ),
   611 	OCL_SVAR( OC_FILE_U16 | OC_VAR_U32, Station, airport_flags ),
   610 	OCL_NULL( 2 ),         // last_vehicle. now last_vehicle_type
   612 	OCL_NULL( 2 ),         // last_vehicle. now last_vehicle_type
   611 
   613 
   612 	OCL_NULL( 4 ),         // Junk at end of chunk
   614 	OCL_NULL( 4 ),         // Junk at end of chunk
   613 
   615