Parachute is only shown if tank is really falling

This commit is contained in:
Pecusx
2022-07-02 15:07:01 +02:00
parent 279a47b29f
commit 011364cbeb
2 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -1531,8 +1531,8 @@ EndOfFCycle
jsr DrawTankNr ; ew have TankNr in X (I hope :) )
; checking is parachute present and if so, draw it
lda Parachute
and #01
beq DoNotDrawParachute
cmp #3 ; parachute and falling
bne DoNotDrawParachute
; here we draw parachute
ldx TankNr
jsr DrawTankParachute