File diff r4076:ac684fc44bc2 → r4077:259c4c4aacad
vehicle.h
Show inline comments
 
@@ -97,7 +97,7 @@ enum {
 
typedef struct VehicleAir {
 
	uint16 crashed_counter;
 
	byte pos;
 
  byte previous_pos;
 
	byte previous_pos;
 
	StationID targetairport;
 
	byte state;
 
} VehicleAir;