From c4a88ce0225a57243a79e28d133c2ecd884bee68 Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 18 Mar 2010 21:02:20 +0000 Subject: (svn r19455) -Codechange: split all airport information in Station to a seperate class --- src/table/airport_movement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/airport_movement.h') diff --git a/src/table/airport_movement.h b/src/table/airport_movement.h index 426a04c9e..2bcd94536 100644 --- a/src/table/airport_movement.h +++ b/src/table/airport_movement.h @@ -18,7 +18,7 @@ struct AirportFTAbuildup { byte position; // the position that an airplane is at byte heading; // the current orders (eg. TAKEOFF, HANGAR, ENDLANDING, etc.) - uint64 block; // the block this position is on on the airport (st->airport_flags) + uint64 block; // the block this position is on on the airport (st->airport.flags) byte next; // next position from this position }; -- cgit v1.2.3-54-g00ecf