aboutsummaryrefslogtreecommitdiff
path: root/queen/command.h
diff options
context:
space:
mode:
authorGregory Montoir2003-11-02 16:46:12 +0000
committerGregory Montoir2003-11-02 16:46:12 +0000
commit3ed8601f6424b39af37e7526414bc30b6cdf0ae3 (patch)
tree91b28c313234a7203594bdbb436f2e9b037448ab /queen/command.h
parentdb9b8070f6750a204c5d6e95c60ecbbac7ef848c (diff)
downloadscummvm-rg350-3ed8601f6424b39af37e7526414bc30b6cdf0ae3.tar.gz
scummvm-rg350-3ed8601f6424b39af37e7526414bc30b6cdf0ae3.tar.bz2
scummvm-rg350-3ed8601f6424b39af37e7526414bc30b6cdf0ae3.zip
fix locking verb crash
svn-id: r11054
Diffstat (limited to 'queen/command.h')
-rw-r--r--queen/command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/command.h b/queen/command.h
index 9e43cb80e6..dfda64af5e 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -51,8 +51,8 @@ struct CmdText {
};
char _command[MAX_COMMAND_LEN];
- const char* lockedVerbPrefix;
- Graphics* _graphics;
+ Graphics *_graphics;
+ Logic *_logic;
};