AGI: Fix stuck next button when switching back to predictive mode

This commit is contained in:
Willem Jan Palenstijn 2012-01-06 23:38:41 +01:00
parent 8c7cd344c7
commit d4a81009e4

View File

@ -458,6 +458,7 @@ bool AgiEngine::predictiveDialog() {
_currentCode.clear();
_currentWord.clear();
memset(repeatcount, 0, sizeof(repeatcount));
_predictiveDictActLine = NULL;
} else {
enterPredictiveResult = true;
closeDialog = true;