From e2122dc7f0e02e50ff2e17ae2d3a164671aa0975 Mon Sep 17 00:00:00 2001 From: yexo Date: Wed, 9 Sep 2009 00:03:35 +0000 Subject: (svn r17483) -Fix (r17405): when an aircraft starts flying in circles make it turn in the correct direction first before continuing --- src/aircraft.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/aircraft.h') diff --git a/src/aircraft.h b/src/aircraft.h index 882272bfc..9d745f52e 100644 --- a/src/aircraft.h +++ b/src/aircraft.h @@ -92,6 +92,7 @@ struct Aircraft : public SpecializedVehicle { StationID targetairport; byte state; DirectionByte last_direction; + byte number_consecutive_turns; /** We don't want GCC to zero our struct! It already is zeroed and has an index! */ Aircraft() : SpecializedVehicle() {} -- cgit v1.2.3-54-g00ecf