aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
diff options
context:
space:
mode:
authorTravis Howell2007-08-12 12:52:38 +0000
committerTravis Howell2007-08-12 12:52:38 +0000
commitefaca7c6578d0ba0869e124262f7a21a09ba9558 (patch)
tree7b4c5326cc8e43b3309d4818622a16f30a6e71ab /engines/parallaction
parent4c9a175ff92ec5799b8d2aff6479b14c0d00cee5 (diff)
downloadscummvm-rg350-efaca7c6578d0ba0869e124262f7a21a09ba9558.tar.gz
scummvm-rg350-efaca7c6578d0ba0869e124262f7a21a09ba9558.tar.bz2
scummvm-rg350-efaca7c6578d0ba0869e124262f7a21a09ba9558.zip
Change BRA to default to 1x scaler.
svn-id: r28558
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;