(svn r20368) -Codechange: automatically rotate all nodes for airport movement if the airport is rotated

This commit is contained in:
yexo
2010-08-05 12:03:06 +00:00
parent c421b6fef5
commit 7e4bdbbc9d
3 changed files with 49 additions and 2 deletions

View File

@@ -136,6 +136,8 @@ struct AirportMovingData {
DirectionByte direction; ///< Direction to turn the aircraft after reaching this position.
};
AirportMovingData RotateAirportMovingData(const AirportMovingData *orig, Direction rotation, uint num_tiles_x, uint num_tiles_y);
struct AirportFTAbuildup;
/** Finite sTate mAchine --> FTA */