aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/cryo.cpp')
-rw-r--r--engines/cryo/cryo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/cryo.cpp b/engines/cryo/cryo.cpp
index be7c5d779e..1538ee4110 100644
--- a/engines/cryo/cryo.cpp
+++ b/engines/cryo/cryo.cpp
@@ -86,7 +86,7 @@ CryoEngine::~CryoEngine() {
Common::Error CryoEngine::run() {
_game = new EdenGame(this);
_video = new HnmPlayer(this);
- _screenView = new View(this, 320, 200);
+ _screenView = new View(320, 200);
_debugger = new Debugger(this);
///// CLTimer