aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_hof.cpp
diff options
context:
space:
mode:
authorathrxx2011-12-17 22:39:11 +0100
committerJohannes Schickel2011-12-26 16:18:16 +0100
commit60330556ff5bf319db7815e6f3c635bc98edecc5 (patch)
tree99fb53e89ea5dc9897cc0eee8d8d1b866ec287f2 /engines/kyra/screen_hof.cpp
parent8716ed1703f55b4c0e33a87cf40b65d06151c641 (diff)
downloadscummvm-rg350-60330556ff5bf319db7815e6f3c635bc98edecc5.tar.gz
scummvm-rg350-60330556ff5bf319db7815e6f3c635bc98edecc5.tar.bz2
scummvm-rg350-60330556ff5bf319db7815e6f3c635bc98edecc5.zip
KYRA: (EOB/LOL) - move eob/lol specific screen code to new class
Diffstat (limited to 'engines/kyra/screen_hof.cpp')
-rw-r--r--engines/kyra/screen_hof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/screen_hof.cpp b/engines/kyra/screen_hof.cpp
index 24e0751c0e..7d4d0744a8 100644
--- a/engines/kyra/screen_hof.cpp
+++ b/engines/kyra/screen_hof.cpp
@@ -26,7 +26,7 @@
namespace Kyra {
Screen_HoF::Screen_HoF(KyraEngine_HoF *vm, OSystem *system)
- : Screen_v2(vm, system), _vm(vm) {
+ : Screen(vm, system), Screen_v2(vm, system), _vm(vm) {
}
void Screen_HoF::setScreenDim(int dim) {