aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/action.cpp')
-rw-r--r--engines/mads/action.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/mads/action.cpp b/engines/mads/action.cpp
index 9a8080761b..134321f4c7 100644
--- a/engines/mads/action.cpp
+++ b/engines/mads/action.cpp
@@ -34,6 +34,7 @@ MADSAction::MADSAction(MADSEngine *vm) : _vm(vm) {
_statusTextIndex = -1;
_selectedAction = 0;
_inProgress = false;
+ _savedSelectedRow = false;
}
void MADSAction::clear() {
@@ -49,9 +50,9 @@ void MADSAction::clear() {
_hotspotId = -1;
_v86F3A = -1;
_v86F4C = -1;
- _action.verbId = -1;
- _action.objectNameId = -1;
- _action.indirectObjectId = -1;
+ _action._verbId = -1;
+ _action._objectNameId = -1;
+ _action._indirectObjectId = -1;
_textChanged = true;
_walkFlag = false;
}