mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
Small loop ptimisation
This commit is contained in:
+5
-5
@@ -519,16 +519,16 @@ AfterExplode
|
||||
NoFallDown2
|
||||
;here tanks are falling down
|
||||
mva tankNr tempor2
|
||||
mvx #0 TankNr
|
||||
|
||||
ldx NumberOfPlayers
|
||||
dex
|
||||
TanksFallDown
|
||||
stx TankNr
|
||||
lda eXistenZ,x
|
||||
beq NoExistNoFall
|
||||
jsr TankFalls
|
||||
NoExistNoFall
|
||||
inc:ldx TankNr
|
||||
cpx NumberOfPlayers
|
||||
bne TanksFallDown
|
||||
dex
|
||||
bpl TanksFallDown
|
||||
mva tempor2 TankNr
|
||||
missed
|
||||
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user