Fix for very high Hovercraft fly

This commit is contained in:
Pecusx
2022-08-21 15:26:06 +02:00
parent bc01eec78e
commit 1c55872935
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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