[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.28,2.29
Max Horn
fingolfin at users.sourceforge.net
Wed Feb 19 06:36:09 CET 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv26145
Modified Files:
gfx.cpp
Log Message:
Patch #689271: Usage bits fix
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.28
retrieving revision 2.29
diff -u -d -r2.28 -r2.29
--- gfx.cpp 7 Feb 2003 19:24:33 -0000 2.28
+++ gfx.cpp 19 Feb 2003 14:35:24 -0000 2.29
@@ -586,7 +586,7 @@
// Remove the flash light first if it was previously drawn
if (_flashlightIsDrawn) {
updateDirtyRect(0, _flashlight.x, _flashlight.x + _flashlight.w,
- _flashlight.y, _flashlight.y + _flashlight.h, 0x80000000);
+ _flashlight.y, _flashlight.y + _flashlight.h, USAGE_BIT_DIRTY);
if (_flashlight.buffer) {
i = _flashlight.h;
More information about the Scummvm-git-logs
mailing list