aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/action.h')
-rw-r--r--engines/mads/action.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/mads/action.h b/engines/mads/action.h
index e7a33230a4..45886c1bca 100644
--- a/engines/mads/action.h
+++ b/engines/mads/action.h
@@ -105,12 +105,13 @@ public:
// Unknown fields
int16 _v86F3A;
int16 _v86F42;
- int16 _v86F4E;
+ int16 _recentCommandSource;
bool _v86F4A;
- int16 _v86F4C;
+ int16 _recentCommand;
InterAwaiting _interAwaiting;
bool _inProgress;
int _v8453A;
+ int _pickedWord;
public:
MADSAction(MADSEngine *vm);
@@ -123,6 +124,10 @@ public:
void checkAction();
bool isAction(int verbId, int objectNameId = 0, int indirectObjectId = 0);
+ /**
+ * Check the result of the current action on the sentence
+ * with the provision that the action is not yet complete.
+ */
void checkActionAtMousePos();
/**