aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction')
-rw-r--r--engines/parallaction/graphics.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/graphics.cpp b/engines/parallaction/graphics.cpp
index 72cce40b01..614a748ab0 100644
--- a/engines/parallaction/graphics.cpp
+++ b/engines/parallaction/graphics.cpp
@@ -745,6 +745,7 @@ Gfx::Gfx(Parallaction* vm) :
g_system->beginGFXTransaction();
g_system->initSize(_vm->_screenWidth, _vm->_screenHeight);
+ _vm->initCommonGFX(_vm->getGameType() == GType_BRA);
g_system->endGFXTransaction();
_buffers[kBit2] = 0;