From 333f0d15fd26d0c7ff892ebcff110b0462d989e0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 3 Jun 2003 15:27:11 +0000 Subject: fix flashlight in MM svn-id: r8285 --- 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 8ad32e8e05..e7663f4e10 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -636,7 +636,7 @@ void Scumm::drawFlashlight() { return; // Calculate the area of the flashlight - if (_gameId == GID_ZAK256 || _gameId == GID_ZAK) { + if (_gameId == GID_ZAK256 || _features & GF_AFTER_V2) { x = _mouse.x + virtscr[0].xstart; y = _mouse.y - virtscr[0].topline; } else { -- cgit v1.2.3