From e4af35d316158767ddd19d87ac1c92086be7a71c Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 9 Jan 2010 14:43:08 +0000 Subject: (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way --- src/aircraft.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/aircraft.h') diff --git a/src/aircraft.h b/src/aircraft.h index 983d3e0e9..7ad8c92ea 100644 --- a/src/aircraft.h +++ b/src/aircraft.h @@ -85,6 +85,9 @@ struct Aircraft : public SpecializedVehicle { DirectionByte last_direction; byte number_consecutive_turns; + /** Ticks between each turn to prevent > 45 degree turns. */ + byte turn_counter; + /** We don't want GCC to zero our struct! It already is zeroed and has an index! */ Aircraft() : SpecializedVehicle() {} /** We want to 'destruct' the right class. */ -- cgit v1.2.3-54-g00ecf