(svn r100) Fix: [ 1012086 ] Drunk pilot (Celestar)

This commit is contained in:
dominik 2004-08-21 10:54:47 +00:00
parent e1d92ebcc9
commit 287dcdc779
1 changed files with 1 additions and 1 deletions

View File

@ -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;