mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Dead tanks don't fall :)
Lonely parachute bug.
This commit is contained in:
+6
-3
@@ -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
Binary file not shown.
Reference in New Issue
Block a user