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