Extra aiming fix.

This commit is contained in:
Pecusx
2023-06-14 18:32:21 +02:00
parent faa1426e1f
commit 85cac04328
4 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -815,12 +815,11 @@ SetNextTarget
bcs EnemyOnTheLeft
; enemy on right
inc tempor2 ; set direction to right
sty TargetTankNr ; new target for aiming
EnemyOnTheLeft
sty TargetTankNr ; new target for aiming
; Go Aiming!
phy
jsr TakeAim.NoSecondTry ; standard aiming first (only first try)
ply
ldy TargetTankNr
lda HitFlag
bpl TankHit
skipThisPlayer