aboutsummaryrefslogtreecommitdiff
path: root/queen/command.h
diff options
context:
space:
mode:
authorJoost Peters2004-02-13 22:33:21 +0000
committerJoost Peters2004-02-13 22:33:21 +0000
commitbf0d58fe8942bfc4fd38b751c922e88af5e3124d (patch)
tree339b2cdadc23e61d14a1a4e837148f1116465509 /queen/command.h
parenta4df55fbc1e474f9dad0ff3fa3fb8f89123a8d51 (diff)
downloadscummvm-rg350-bf0d58fe8942bfc4fd38b751c922e88af5e3124d.tar.gz
scummvm-rg350-bf0d58fe8942bfc4fd38b751c922e88af5e3124d.tar.bz2
scummvm-rg350-bf0d58fe8942bfc4fd38b751c922e88af5e3124d.zip
Applied patch #896726 (reversed hebrew text) and reduced overhead a little by introducing an _isReversed boolean
svn-id: r12860
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;
};