[Scummvm-cvs-logs] SF.net SVN: scummvm:[42251] scummvm/branches/gsoc2009-draci/engines/draci/ screen.cpp
dkasak13 at users.sourceforge.net
dkasak13 at users.sourceforge.net
Wed Jul 8 02:48:03 CEST 2009
Revision: 42251
http://scummvm.svn.sourceforge.net/scummvm/?rev=42251&view=rev
Author: dkasak13
Date: 2009-07-08 00:48:03 +0000 (Wed, 08 Jul 2009)
Log Message:
-----------
Stopped doing a screen update immediately after changing the palette. This caused a noisy effect when changing rooms because the palette was changed before the new scene was loaded.
Modified Paths:
--------------
scummvm/branches/gsoc2009-draci/engines/draci/screen.cpp
Modified: scummvm/branches/gsoc2009-draci/engines/draci/screen.cpp
===================================================================
--- scummvm/branches/gsoc2009-draci/engines/draci/screen.cpp 2009-07-08 00:40:22 UTC (rev 42250)
+++ scummvm/branches/gsoc2009-draci/engines/draci/screen.cpp 2009-07-08 00:48:03 UTC (rev 42251)
@@ -52,7 +52,6 @@
}
_vm->_system->setPalette(_palette, 0, numEntries);
- copyToScreen();
}
/**
@@ -81,7 +80,6 @@
}
_vm->_system->setPalette(_palette, start, num);
- copyToScreen();
}
/**
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