aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/gob.cpp')
-rw-r--r--engines/gob/gob.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index 81d4ae19ae..c79fab95cf 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -184,6 +184,7 @@ Common::Error GobEngine::init() {
}
_video->setSize(is640());
+ _video->init();
// On some systems it's not safe to run CD audio games from the CD.
if (isCD())