mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Fix for very high Hovercraft fly
This commit is contained in:
BIN
Binary file not shown.
+2
-2
@@ -2439,8 +2439,8 @@ InverseScreenByte
|
|||||||
mva #0 FloatingAlt ; now it's a counter
|
mva #0 FloatingAlt ; now it's a counter
|
||||||
TankGoUp
|
TankGoUp
|
||||||
lda ytankstable,x
|
lda ytankstable,x
|
||||||
cmp #17 ; Floating altitude
|
cmp #18 ; Floating altitude
|
||||||
beq ReachSky
|
bcc ReachSky
|
||||||
; first erase old tank position
|
; first erase old tank position
|
||||||
mva #1 Erase
|
mva #1 Erase
|
||||||
jsr DrawTankNr
|
jsr DrawTankNr
|
||||||
|
|||||||
Reference in New Issue
Block a user