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

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


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv21437/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.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- verbs.cpp	24 Sep 2003 07:38:59 -0000	1.77
+++ verbs.cpp	24 Sep 2003 07:40:19 -0000	1.78
@@ -359,9 +359,6 @@
 }
 
 void Scumm::drawVerb(int verb, int mode) {
-	//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