[Scummvm-cvs-logs] scummvm master -> d4a81009e499c65da299262049acbaeeae313679

wjp wjp at usecode.org
Fri Jan 6 23:39:16 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: d4a81009e499c65da299262049acbaeeae313679
    https://github.com/scummvm/scummvm/commit/d4a81009e499c65da299262049acbaeeae313679
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2012-01-06T14:38:41-08:00

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

Changed paths:
    engines/agi/predictive.cpp



diff --git a/engines/agi/predictive.cpp b/engines/agi/predictive.cpp
index e27a2e8..4bb3789 100644
--- a/engines/agi/predictive.cpp
+++ b/engines/agi/predictive.cpp
@@ -458,6 +458,7 @@ bool AgiEngine::predictiveDialog() {
 					_currentCode.clear();
 					_currentWord.clear();
 					memset(repeatcount, 0, sizeof(repeatcount));
+					_predictiveDictActLine = NULL;
 				} else {
 					enterPredictiveResult = true;
 					closeDialog = true;






More information about the Scummvm-git-logs mailing list