mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r100) Fix: [ 1012086 ] Drunk pilot (Celestar)
This commit is contained in:
parent
e1d92ebcc9
commit
287dcdc779
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user