aboutsummaryrefslogtreecommitdiff
path: root/queen/command.h
diff options
context:
space:
mode:
authorGregory Montoir2004-02-28 08:52:53 +0000
committerGregory Montoir2004-02-28 08:52:53 +0000
commitbc0199a3f12419cbd1ef26e90415d049b0db4e30 (patch)
treeac6416899e3b90935cc71da7c74a45043aef324e /queen/command.h
parent727e8b38122bbc18fa43928fbb656514e7b8dbd5 (diff)
downloadscummvm-rg350-bc0199a3f12419cbd1ef26e90415d049b0db4e30.tar.gz
scummvm-rg350-bc0199a3f12419cbd1ef26e90415d049b0db4e30.tar.bz2
scummvm-rg350-bc0199a3f12419cbd1ef26e90415d049b0db4e30.zip
dropped the 'always' verb feature, as it is more confusing than useful
svn-id: r13084
Diffstat (limited to 'queen/command.h')
-rw-r--r--queen/command.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/queen/command.h b/queen/command.h
index ad27d83c6f..46cfbb3f37 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -34,7 +34,7 @@ struct CmdText {
void clear();
void display(uint8 color);
- void displayTemp(uint8 color, bool locked, Verb v, const char *name = NULL);
+ void displayTemp(uint8 color, Verb v, const char *name = NULL);
void displayTemp(uint8 color, const char *name);
void setVerb(Verb v);
void addLinkWord(Verb v);
@@ -61,7 +61,6 @@ struct CmdState {
int commandLevel;
int16 subject[2];
- Verb defaultVerb;
Verb selAction;
int16 selNoun;
};