[Scummvm-cvs-logs] CVS: scummvm/scumm verbs.cpp,1.14,1.15

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Dec 25 17:25:07 CET 2002


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

Modified Files:
	verbs.cpp 
Log Message:
fixed compilation under VC6

Index: verbs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/verbs.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- verbs.cpp	25 Dec 2002 21:04:47 -0000	1.14
+++ verbs.cpp	26 Dec 2002 01:24:19 -0000	1.15
@@ -119,7 +119,7 @@
 void Scumm::drawVerb(int verb, int mode)
 {
 	VerbSlot *vs;
-	byte tmp;
+	bool tmp;
 
 	if (!verb)
 		return;





More information about the Scummvm-git-logs mailing list