mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Smoke Tracer does not smoke when targeting by Lazy Darwin
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
+4
-1
@@ -1126,7 +1126,7 @@ ContinueToCheckMaxForce2
|
|||||||
|
|
||||||
bit TestFlightFlag
|
bit TestFlightFlag
|
||||||
bpl @+
|
bpl @+
|
||||||
jsr Shoot.AfterOffensiveText
|
jsr Shoot.AfterOffensiveText ; Lazy Darwin - aiming visualisation
|
||||||
@
|
@
|
||||||
;keyboard reading
|
;keyboard reading
|
||||||
; KBCODE keeps code of last keybi
|
; KBCODE keeps code of last keybi
|
||||||
@@ -1265,6 +1265,7 @@ pressedUp
|
|||||||
inc ForceTableL,x
|
inc ForceTableL,x
|
||||||
bne CheckingMaxForce
|
bne CheckingMaxForce
|
||||||
inc ForceTableH,x
|
inc ForceTableH,x
|
||||||
|
|
||||||
CheckingMaxForce
|
CheckingMaxForce
|
||||||
|
|
||||||
mva #sfx_set_power_1 sfx_effect
|
mva #sfx_set_power_1 sfx_effect
|
||||||
@@ -1563,6 +1564,8 @@ ShotUnderGround
|
|||||||
|
|
||||||
; smoke tracer :)
|
; smoke tracer :)
|
||||||
ldy #0
|
ldy #0
|
||||||
|
bit TestFlightFlag ; if test flight for AI or Lazy Darwin
|
||||||
|
bmi noSmokeTracer ; no Smoke Tracer display
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
lda ActiveWeapon,x
|
lda ActiveWeapon,x
|
||||||
cmp #ind_Smoke_Tracer___ ; Smoke tracer
|
cmp #ind_Smoke_Tracer___ ; Smoke tracer
|
||||||
|
|||||||
Reference in New Issue
Block a user