aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorathrxx2011-12-27 16:42:05 +0100
committerathrxx2011-12-28 00:01:27 +0100
commit37c046339dfc70f29c163457c72158e02a6c1cdb (patch)
treee4a0f11b2b222902ae703ef163482ab86b5a33e1 /engines/kyra/lol.h
parent4fef4743fd5a2000a96c55c7b961d60e53562504 (diff)
downloadscummvm-rg350-37c046339dfc70f29c163457c72158e02a6c1cdb.tar.gz
scummvm-rg350-37c046339dfc70f29c163457c72158e02a6c1cdb.tar.bz2
scummvm-rg350-37c046339dfc70f29c163457c72158e02a6c1cdb.zip
KYRA: (EOB) - cleanup dialog settings a bit
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index eeaa1b51ad..c6d05c45d1 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -1149,6 +1149,8 @@ private:
// misc
void delay(uint32 millis, bool doUpdate = false, bool isMainLoop = false);
+ const KyraRpgGUISettings *guiSettings();
+
uint8 _compassBroken;
uint8 _drainMagic;
uint16 _globalScriptVars2[8];
@@ -1156,6 +1158,8 @@ private:
uint8 *_pageBuffer1;
uint8 *_pageBuffer2;
+ static const KyraRpgGUISettings _guiSettings;
+
// spells
typedef Common::Functor1Mem<ActiveSpell *, int, LoLEngine> SpellProc;
Common::Array<const SpellProc*> _spellProcs;