From 75fdd1504de98c7c6937344877685bfef6514344 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 27 Apr 2016 23:15:10 -0400 Subject: TITANIC: Call method to initialize OSVideoSurface _map array --- engines/titanic/titanic.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/titanic') 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); -- cgit v1.2.3