aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/titanic.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-22 21:54:26 -0400
committerPaul Gilbert2016-03-22 21:54:26 -0400
commit06bd62fed403684afe00c018647cb4febeeddcce (patch)
treedd7b429a74c57ce685255939a20d1e26de068426 /engines/titanic/titanic.cpp
parent46e554b981fce68e62e1573881fce1a0fcfed806 (diff)
downloadscummvm-rg350-06bd62fed403684afe00c018647cb4febeeddcce.tar.gz
scummvm-rg350-06bd62fed403684afe00c018647cb4febeeddcce.tar.bz2
scummvm-rg350-06bd62fed403684afe00c018647cb4febeeddcce.zip
TITANIC: First scene starting to be displayed
Diffstat (limited to 'engines/titanic/titanic.cpp')
-rw-r--r--engines/titanic/titanic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/titanic.cpp b/engines/titanic/titanic.cpp
index 3c31731346..4d43199184 100644
--- a/engines/titanic/titanic.cpp
+++ b/engines/titanic/titanic.cpp
@@ -87,7 +87,7 @@ void TitanicEngine::initialize() {
_debugger = new Debugger(this);
_events = new Events(this);
- _screen = new Graphics::Screen();
+ _screen = new Graphics::Screen(0, 0);
_screenManager = new OSScreenManager(this);
_window = new CMainGameWindow(this);
_window->applicationStarting();