aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_hof.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2008-07-31 10:47:15 +0000
committerJohannes Schickel2008-07-31 10:47:15 +0000
commit5e0df8ad8e9755e1fcf11d8433052dc11c74e988 (patch)
treeb9bb5f1ce9df8d6db959923099beb04dbd75751f /engines/kyra/kyra_hof.cpp
parent278a5fbb57f5707cbb2d0b3688c37d4bce946fc6 (diff)
downloadscummvm-rg350-5e0df8ad8e9755e1fcf11d8433052dc11c74e988.tar.gz
scummvm-rg350-5e0df8ad8e9755e1fcf11d8433052dc11c74e988.tar.bz2
scummvm-rg350-5e0df8ad8e9755e1fcf11d8433052dc11c74e988.zip
Committed slightly modified patch #2029395 "KYRA: Lands of Lore Intro + Character selection".
svn-id: r33463
Diffstat (limited to 'engines/kyra/kyra_hof.cpp')
-rw-r--r--engines/kyra/kyra_hof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/kyra_hof.cpp b/engines/kyra/kyra_hof.cpp
index 879efab86e..d3de621707 100644
--- a/engines/kyra/kyra_hof.cpp
+++ b/engines/kyra/kyra_hof.cpp
@@ -230,7 +230,7 @@ int KyraEngine_HoF::init() {
_gui = new GUI_HoF(this);
assert(_gui);
_gui->initStaticData();
- _tim = new TIMInterpreter(this, _system);
+ _tim = new TIMInterpreter(this, _screen, _system);
assert(_tim);
if (_flags.isDemo && !_flags.isTalkie) {