[Scummvm-cvs-logs] scummvm master -> 7caf5fba4b748b0dc1cbe381b100e4a6682279b6
Strangerke
Strangerke at scummvm.org
Tue May 27 00:14:31 CEST 2014
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:
7caf5fba4b MADS: Remove another double-init in MADSAction
Commit: 7caf5fba4b748b0dc1cbe381b100e4a6682279b6
https://github.com/scummvm/scummvm/commit/7caf5fba4b748b0dc1cbe381b100e4a6682279b6
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-05-27T00:13:05+02:00
Commit Message:
MADS: Remove another double-init in MADSAction
Changed paths:
engines/mads/action.cpp
diff --git a/engines/mads/action.cpp b/engines/mads/action.cpp
index 1e09ce7..edb5f0f 100644
--- a/engines/mads/action.cpp
+++ b/engines/mads/action.cpp
@@ -72,7 +72,6 @@ MADSAction::MADSAction(MADSEngine *vm) : _vm(vm) {
_savedFields._commandError = false;
_verbType = VERB_INIT;
_prepType = PREP_NONE;
- _pickedWord = -1;
}
void MADSAction::clear() {
More information about the Scummvm-git-logs
mailing list