force redraw when toggling cheat mode in search mode with a game selected

This commit is contained in:
4am 2019-09-19 11:13:49 -04:00
parent 5254532289
commit 9afb5b4abb

View File

@ -108,6 +108,8 @@ SearchMode
rts
.OnCheat
lda #$FF
sta SelectedIndex ; force reload
jsr ToggleCheat
beq .OnInputChanged ; always branches because Z=1 on exit from ToggleCheat