This results in the aircraft glitching as the wrong viewport area is drawn.
(cherry picked from commit d11622b9a0
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
89e3b009c3
commit
df03366cf5
@@ -1273,6 +1273,7 @@ static bool HandleCrashedAircraft(Aircraft *v)
|
||||
v->crashed_counter = 500;
|
||||
v->z_pos++;
|
||||
}
|
||||
SetAircraftPosition(v, v->x_pos, v->y_pos, v->z_pos);
|
||||
}
|
||||
|
||||
if (v->crashed_counter < 650) {
|
||||
|
Reference in New Issue
Block a user