mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Parachute is only shown if tank is really falling
This commit is contained in:
BIN
Binary file not shown.
+2
-2
@@ -1531,8 +1531,8 @@ EndOfFCycle
|
|||||||
jsr DrawTankNr ; ew have TankNr in X (I hope :) )
|
jsr DrawTankNr ; ew have TankNr in X (I hope :) )
|
||||||
; checking is parachute present and if so, draw it
|
; checking is parachute present and if so, draw it
|
||||||
lda Parachute
|
lda Parachute
|
||||||
and #01
|
cmp #3 ; parachute and falling
|
||||||
beq DoNotDrawParachute
|
bne DoNotDrawParachute
|
||||||
; here we draw parachute
|
; here we draw parachute
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
jsr DrawTankParachute
|
jsr DrawTankParachute
|
||||||
|
|||||||
Reference in New Issue
Block a user