Dead tanks don't fall :)

Lonely parachute bug.
This commit is contained in:
Pecusx
2022-07-02 14:47:27 +02:00
parent 3d159f8439
commit 279a47b29f
2 changed files with 6 additions and 3 deletions
+6 -3
View File
@@ -488,12 +488,15 @@ AfterExplode
NoFallDown2
;here tanks are falling down
mva tankNr tempor2
mva #0 TankNr
mvx #0 TankNr
TanksFallDown
lda eXistenZ,x
beq NoExistNoFall
jsr TankFalls
inc:lda TankNr
cmp NumberOfPlayers
NoExistNoFall
inc:ldx TankNr
cpx NumberOfPlayers
bne TanksFallDown
mva tempor2 TankNr
missed
BIN
View File
Binary file not shown.