[Scummvm-cvs-logs] CVS: scummvm/scumm verbs.cpp,1.76,1.77

Travis Howell kirben at users.sourceforge.net
Wed Sep 24 00:46:05 CEST 2003


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

Modified Files:
	verbs.cpp 
Log Message:

Revert change that caused more problems


Index: verbs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/verbs.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- verbs.cpp	6 Sep 2003 20:36:29 -0000	1.76
+++ verbs.cpp	24 Sep 2003 07:38:59 -0000	1.77
@@ -359,8 +359,8 @@
 }
 
 void Scumm::drawVerb(int verb, int mode) {
-	if (_version <= 2 && !(_userState & 128)) // Don't draw verbs unless active
-		return;
+	//if (_version <= 2 && !(_userState & 128)) // Don't draw verbs unless active
+	//	return;
 
 	VerbSlot *vs;
 	bool tmp;





More information about the Scummvm-git-logs mailing list