aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-05-25 20:38:44 +0000
committerMax Horn2003-05-25 20:38:44 +0000
commit80eab4c3c48a4291b68918838d543ed98b13ea9c (patch)
tree9064e2a83dde9533529b5563c922d4b26c707a83 /scumm/scumm.h
parentfb0b37c69bfd2c4525e0bd092355dda6643ac51a (diff)
downloadscummvm-rg350-80eab4c3c48a4291b68918838d543ed98b13ea9c.tar.gz
scummvm-rg350-80eab4c3c48a4291b68918838d543ed98b13ea9c.tar.bz2
scummvm-rg350-80eab4c3c48a4291b68918838d543ed98b13ea9c.zip
hook language command switch to V2 font / prepositions
svn-id: r7970
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 7e575b6517..b88036dbc4 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1071,7 +1071,9 @@ protected:
byte *_msgPtrToAdd;
const byte *_messagePtr;
bool _keepText;
+public:
uint16 _language;
+protected:
bool _existLanguageFile;
char *_languageBuffer;
struct langIndexNode *_languageIndex;