[Scummvm-cvs-logs] CVS: scummvm gfx.cpp,1.100,1.101

Max Horn fingolfin at users.sourceforge.net
Tue Jul 16 07:14:10 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv960

Modified Files:
	gfx.cpp 
Log Message:
fixed check for 'lights' system

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gfx.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- gfx.cpp	13 Jul 2002 14:07:36 -0000	1.100
+++ gfx.cpp	16 Jul 2002 14:13:52 -0000	1.101
@@ -2219,7 +2219,7 @@
 
 	_numLinesToProcess = bottom - top;
 	if (_numLinesToProcess) {
-		if ((_vm->_features & GF_AFTER_V7) || (_vm->_vars[_vm->VAR_CURRENT_LIGHTS] & LIGHTMODE_screen)) {
+		if ((_vm->_features & GF_AFTER_V6) || (_vm->_vars[_vm->VAR_CURRENT_LIGHTS] & LIGHTMODE_screen)) {
 //		if (1 /*_vm->_vars[VAR_V5_DRAWFLAGS]&2*/ ) {
 			if (_vm->hasCharsetMask(strip << 3, top, (strip + 1) << 3, bottom))
 				draw8ColWithMasking();





More information about the Scummvm-git-logs mailing list