[Scummvm-cvs-logs] SF.net SVN: scummvm: [28558] scummvm/trunk/engines/parallaction/graphics. cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Aug 12 14:52:38 CEST 2007


Revision: 28558
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28558&view=rev
Author:   Kirben
Date:     2007-08-12 05:52:38 -0700 (Sun, 12 Aug 2007)

Log Message:
-----------
Change BRA to default to 1x scaler.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/graphics.cpp

Modified: scummvm/trunk/engines/parallaction/graphics.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/graphics.cpp	2007-08-12 12:51:10 UTC (rev 28557)
+++ scummvm/trunk/engines/parallaction/graphics.cpp	2007-08-12 12:52:38 UTC (rev 28558)
@@ -745,6 +745,7 @@
 
 	g_system->beginGFXTransaction();
 	g_system->initSize(_vm->_screenWidth, _vm->_screenHeight);
+	_vm->initCommonGFX(_vm->getGameType() == GType_BRA);
 	g_system->endGFXTransaction();
 
 	_buffers[kBit2] = 0;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list