aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/video.cpp')
-rw-r--r--engines/gob/video.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/gob/video.cpp b/engines/gob/video.cpp
index 30994cf4a7..361f8573d3 100644
--- a/engines/gob/video.cpp
+++ b/engines/gob/video.cpp
@@ -169,10 +169,7 @@ void Video::clearScreen() {
}
void Video::setSize(bool defaultTo1XScaler) {
- _vm->_system->beginGFXTransaction();
- _vm->_system->initSize(_vm->_width, _vm->_height);
- initCommonGFX(defaultTo1XScaler);
- _vm->_system->endGFXTransaction();
+ initGraphics(_vm->_width, _vm->_height, defaultTo1XScaler);
}
void Video::retrace(bool mouse) {