From efaca7c6578d0ba0869e124262f7a21a09ba9558 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 12 Aug 2007 12:52:38 +0000 Subject: Change BRA to default to 1x scaler. svn-id: r28558 --- engines/parallaction/graphics.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/parallaction') 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; -- cgit v1.2.3