aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/titanic.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-02-05 21:48:01 -0500
committerPaul Gilbert2016-02-05 21:48:01 -0500
commit021c47b0c13bf7a9e467d28cbf127974ebfd9e9d (patch)
treefe0d9fd286f4e612cf42e75acd3afd28452948e6 /engines/titanic/titanic.cpp
parent93c28c7970e9273b102e9efd8589806f1e849603 (diff)
downloadscummvm-rg350-021c47b0c13bf7a9e467d28cbf127974ebfd9e9d.tar.gz
scummvm-rg350-021c47b0c13bf7a9e467d28cbf127974ebfd9e9d.tar.bz2
scummvm-rg350-021c47b0c13bf7a9e467d28cbf127974ebfd9e9d.zip
TITANIC: Skeleton screen manager class
Diffstat (limited to 'engines/titanic/titanic.cpp')
-rw-r--r--engines/titanic/titanic.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/titanic/titanic.cpp b/engines/titanic/titanic.cpp
index 88e9fbca5b..f0a70ce191 100644
--- a/engines/titanic/titanic.cpp
+++ b/engines/titanic/titanic.cpp
@@ -44,9 +44,6 @@ void TitanicEngine::initialize() {
DebugMan.addDebugChannel(kDebugScripts, "scripts", "Game scripts");
DebugMan.addDebugChannel(kDebugGraphics, "graphics", "Graphics handling");
DebugMan.addDebugChannel(kDebugSound, "sound", "Sound and Music handling");
-
- initGraphics(320, 200, false);
-
}
Common::Error TitanicEngine::run() {