diff options
| author | Paul Gilbert | 2016-04-27 23:15:10 -0400 |
|---|---|---|
| committer | Paul Gilbert | 2016-07-10 16:12:14 -0400 |
| commit | 75fdd1504de98c7c6937344877685bfef6514344 (patch) | |
| tree | b5e08e155930c9be5722c7338c60fcbef2171409 | |
| parent | 001a2ac15e5c8722ba283e7380d6dc9ce11e51b0 (diff) | |
| download | scummvm-rg350-75fdd1504de98c7c6937344877685bfef6514344.tar.gz scummvm-rg350-75fdd1504de98c7c6937344877685bfef6514344.tar.bz2 scummvm-rg350-75fdd1504de98c7c6937344877685bfef6514344.zip | |
TITANIC: Call method to initialize OSVideoSurface _map array
| -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); |
