aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/lol.cpp')
-rw-r--r--engines/kyra/lol.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/kyra/lol.cpp b/engines/kyra/lol.cpp
index 7a4a3ec3e2..4fc78c0b64 100644
--- a/engines/kyra/lol.cpp
+++ b/engines/kyra/lol.cpp
@@ -376,11 +376,14 @@ Common::Error LoLEngine::init() {
assert(_gui);
_gui->initStaticData();
- _txt = new TextDisplayer_LoL(this, _screen);
_dialogueButtonLabelCol1 = 144;
_dialogueButtonLabelCol2 = 254;
_dialogueButtonW = 74;
_dialogueButtonH = 9;
+ _waitButtonReverveW = 80;
+
+ _txt = new TextDisplayer_LoL(this, _screen);
+
_bkgColor_1 = -1;
_color1_1 = 136;
_color2_1 = 251;