The G key works properly even if the wind options were last selected.

This commit is contained in:
Pecusx
2023-01-30 22:33:36 +01:00
parent e50bc8669e
commit fcbd0bc34a
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1200,7 +1200,7 @@ NoVdebugSwitch
.IF TARGET = 800 .IF TARGET = 800
cmp #61 ; G cmp #61 ; G
bne EndKeys bne EndKeys
jsr SelectNextGradient jsr SelectNextGradient.NotWind
jmp ReleaseAndLoop jmp ReleaseAndLoop
.ENDIF .ENDIF
EndKeys EndKeys