From a6abd6bb13e5745aa7df58caaebf176bca6422c5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 19 Feb 2003 14:35:24 +0000 Subject: Patch #689271: Usage bits fix svn-id: r6626 --- scumm/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 4295d01fad..66bd90246b 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -586,7 +586,7 @@ void Scumm::drawFlashlight() // 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; -- cgit v1.2.3