[Scummvm-cvs-logs] SF.net SVN: scummvm: [22402] scummvm/trunk/engines/kyra/screen.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Wed May 10 13:29:01 CEST 2006
Revision: 22402
Author: lordhoto
Date: 2006-05-10 13:28:27 -0700 (Wed, 10 May 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22402&view=rev
Log Message:
-----------
Enables OSystem::kFeatureAutoComputeDirtyRects until proper dirty rect managment is implemented.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/screen.cpp
Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp 2006-05-10 09:43:06 UTC (rev 22401)
+++ scummvm/trunk/engines/kyra/screen.cpp 2006-05-10 20:28:27 UTC (rev 22402)
@@ -63,6 +63,9 @@
bool Screen::init() {
debugC(9, kDebugLevelScreen, "Screen::init()");
+ // enable this for now
+ _system->setFeatureState(OSystem::kFeatureAutoComputeDirtyRects, true);
+
_system->beginGFXTransaction();
_vm->initCommonGFX(false);
//for debug reasons (see Screen::updateScreen)
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