mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
AGI: Fix stuck next button when switching back to predictive mode
This commit is contained in:
parent
8c7cd344c7
commit
d4a81009e4
@ -458,6 +458,7 @@ bool AgiEngine::predictiveDialog() {
|
||||
_currentCode.clear();
|
||||
_currentWord.clear();
|
||||
memset(repeatcount, 0, sizeof(repeatcount));
|
||||
_predictiveDictActLine = NULL;
|
||||
} else {
|
||||
enterPredictiveResult = true;
|
||||
closeDialog = true;
|
||||
|
Loading…
Reference in New Issue
Block a user