aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/init_v1.cpp')
-rw-r--r--engines/gob/init_v1.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/gob/init_v1.cpp b/engines/gob/init_v1.cpp
index 6772a13eb0..25d521aca6 100644
--- a/engines/gob/init_v1.cpp
+++ b/engines/gob/init_v1.cpp
@@ -52,6 +52,10 @@ void Init_v1::initVideo() {
_vm->_global->_pPaletteDesc->unused2 = _vm->_global->_unusedPalette2;
_vm->_video->initSurfDesc(320, 200, PRIMARY_SURFACE);
+
+ _vm->_draw->_cursorWidth = 16;
+ _vm->_draw->_cursorHeight = 16;
+ _vm->_draw->_transparentCursor = 1;
}
} // End of namespace Gob