aboutsummaryrefslogtreecommitdiff
path: root/queen/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/command.h')
-rw-r--r--queen/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/command.h b/queen/command.h
index 686ee470ee..ad27d83c6f 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -46,6 +46,7 @@ struct CmdText {
COMMAND_Y_POS = 151
};
+ bool _isReversed;
char _command[MAX_COMMAND_LEN];
QueenEngine *_vm;
};