aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/objects.h')
-rw-r--r--engines/sherlock/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/objects.h b/engines/sherlock/objects.h
index 8cfb466255..996054be43 100644
--- a/engines/sherlock/objects.h
+++ b/engines/sherlock/objects.h
@@ -156,6 +156,7 @@ struct ActionType {
int _cAnimNum;
int _cAnimSpeed;
Common::String _names[NAMES_COUNT];
+ int _useFlag; // Which flag USE will set (if any)
ActionType();
@@ -166,7 +167,6 @@ struct ActionType {
};
struct UseType: public ActionType {
- int _useFlag; // Which flag USE will set (if any)
Common::String _target;
Common::String _verb;