mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 18:39:10 +00:00
(svn r100) Fix: [ 1012086 ] Drunk pilot (Celestar)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user