aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-10-13 21:49:38 +0000
committerNicola Mettifogo2007-10-13 21:49:38 +0000
commit1c52ea0562f9c4d93c3505a57593efc45c9104c1 (patch)
treefa0e328f170158db6a616092537d0afa47db3e2a /engines/parallaction/parallaction.h
parent16175cf368622102d6ff18e2581618ed8c5c27a5 (diff)
downloadscummvm-rg350-1c52ea0562f9c4d93c3505a57593efc45c9104c1.tar.gz
scummvm-rg350-1c52ea0562f9c4d93c3505a57593efc45c9104c1.tar.bz2
scummvm-rg350-1c52ea0562f9c4d93c3505a57593efc45c9104c1.zip
Decoupled password request from actual rendering of the dialogue screen, thus making it possible to fix bug #1765300. This bug was present in the original game, causing garbled text to appear when asking for password (only in the English version).
svn-id: r29213
Diffstat (limited to 'engines/parallaction/parallaction.h')
-rw-r--r--engines/parallaction/parallaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/parallaction.h b/engines/parallaction/parallaction.h
index 4b6022b39a..87c071ab2b 100644
--- a/engines/parallaction/parallaction.h
+++ b/engines/parallaction/parallaction.h
@@ -155,6 +155,7 @@ public:
extern uint16 _mouseButtons;
+extern char _password[8];
extern uint16 _score;
extern uint16 _language;
extern uint32 _engineFlags;