diff options
Diffstat (limited to 'engines/titanic')
-rw-r--r-- | engines/titanic/titanic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/titanic.cpp b/engines/titanic/titanic.cpp index 3660ce18ea..932189067f 100644 --- a/engines/titanic/titanic.cpp +++ b/engines/titanic/titanic.cpp @@ -88,6 +88,7 @@ void TitanicEngine::initialize() { CExitPellerator::init(); CEnterExitSecClassMiniLift::init(); CTelevision::init(); + OSVideoSurface::setup(); _debugger = new Debugger(this); _events = new Events(this); |