summaryrefslogtreecommitdiff
path: root/aircraft_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'aircraft_cmd.c')
-rw-r--r--aircraft_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aircraft_cmd.c b/aircraft_cmd.c
index 15e5a7640..3814e19ce 100644
--- a/aircraft_cmd.c
+++ b/aircraft_cmd.c
@@ -907,8 +907,8 @@ static bool Aircraft_5(Vehicle *v)
if (amd->flag & AMED_SLOWTURN) {
if (v->load_unload_time_rem == 0) {
v->load_unload_time_rem = 8;
- v->direction = newdir;
}
+ v->direction = newdir;
} else {
v->cur_speed >>= 1;
v->direction = newdir;