[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.135,2.136

Max Horn fingolfin at users.sourceforge.net
Tue Jun 3 08:28:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv20235

Modified Files:
	gfx.cpp 
Log Message:
fix flashlight in MM

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.135
retrieving revision 2.136
diff -u -d -r2.135 -r2.136
--- gfx.cpp	2 Jun 2003 00:34:58 -0000	2.135
+++ gfx.cpp	3 Jun 2003 15:27:11 -0000	2.136
@@ -636,7 +636,7 @@
 		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 {





More information about the Scummvm-git-logs mailing list