aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/global.cpp')
-rw-r--r--engines/gob/global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/global.cpp b/engines/gob/global.cpp
index ec2fa6b043..f3bc0611fd 100644
--- a/engines/gob/global.cpp
+++ b/engines/gob/global.cpp
@@ -112,7 +112,7 @@ Global::Global(GobEngine *vm) : _vm(vm) {
_setAllPalette = false;
_dontSetPalette = false;
- _primarySurfDesc = new SurfaceDesc(0x13, 320, 200);
+ _primarySurfDesc = 0;
_debugFlag = 0;
_inVM = 0;