diff --git a/scorch.xex b/scorch.xex index 3534ac2..3c3aa44 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index 83fd3af..2acd29f 100644 --- a/weapons.asm +++ b/weapons.asm @@ -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