(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 (amd->flag & AMED_SLOWTURN) {
|
||||||
if (v->load_unload_time_rem == 0) {
|
if (v->load_unload_time_rem == 0) {
|
||||||
v->load_unload_time_rem = 8;
|
v->load_unload_time_rem = 8;
|
||||||
v->direction = newdir;
|
|
||||||
}
|
}
|
||||||
|
v->direction = newdir;
|
||||||
} else {
|
} else {
|
||||||
v->cur_speed >>= 1;
|
v->cur_speed >>= 1;
|
||||||
v->direction = newdir;
|
v->direction = newdir;
|
||||||
|
|||||||
Reference in New Issue
Block a user