diff options
Diffstat (limited to 'engines/titanic/titanic.cpp')
-rw-r--r-- | engines/titanic/titanic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/titanic.cpp b/engines/titanic/titanic.cpp index 375908a814..2566a36d7c 100644 --- a/engines/titanic/titanic.cpp +++ b/engines/titanic/titanic.cpp @@ -100,8 +100,8 @@ void TitanicEngine::initialize() { CExitPellerator::init(); CEnterExitSecClassMiniLift::init(); CTelevision::init(); + CVideoSurface::setup(); TTnpcScript::init(); - OSVideoSurface::setup(); _events = new Events(this); _screen = new Graphics::Screen(0, 0); |