aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/init_v2.cpp')
-rw-r--r--engines/gob/init_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/init_v2.cpp b/engines/gob/init_v2.cpp
index 9c52bd2eea..4c65b8102c 100644
--- a/engines/gob/init_v2.cpp
+++ b/engines/gob/init_v2.cpp
@@ -42,7 +42,7 @@ void Init_v2::initVideo() {
_vm->_draw->_frontSurface = _vm->_global->_primarySurfDesc;
_vm->_video->initSurfDesc(_vm->_global->_videoMode,
- _vm->_video->_surfWidth, _vm->_video->_surfHeight, 0x80);
+ _vm->_video->_surfWidth, _vm->_video->_surfHeight, PRIMARY_SURFACE);
_vm->_global->_mousePresent = 1;