aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-27 23:15:10 -0400
committerPaul Gilbert2016-07-10 16:12:14 -0400
commit75fdd1504de98c7c6937344877685bfef6514344 (patch)
treeb5e08e155930c9be5722c7338c60fcbef2171409 /engines/titanic
parent001a2ac15e5c8722ba283e7380d6dc9ce11e51b0 (diff)
downloadscummvm-rg350-75fdd1504de98c7c6937344877685bfef6514344.tar.gz
scummvm-rg350-75fdd1504de98c7c6937344877685bfef6514344.tar.bz2
scummvm-rg350-75fdd1504de98c7c6937344877685bfef6514344.zip
TITANIC: Call method to initialize OSVideoSurface _map array
Diffstat (limited to 'engines/titanic')
-rw-r--r--engines/titanic/titanic.cpp1
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);