[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.187,1.188

Max Horn fingolfin at users.sourceforge.net
Sat Sep 13 13:56:04 CEST 2003


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

Modified Files:
	script_v5.cpp 
Log Message:
fix for bug #732414 (ZAK256: Some verbs do not highlight correctly)

Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- script_v5.cpp	13 Sep 2003 11:26:51 -0000	1.187
+++ script_v5.cpp	13 Sep 2003 20:55:42 -0000	1.188
@@ -2508,7 +2508,7 @@
 			vs = &_verbs[slot];
 			vs->verbid = verb;
 			vs->color = 2;
-			vs->hicolor = 0;
+			vs->hicolor = (_version == 3) ? 14 : 0;
 			vs->dimcolor = 8;
 			vs->type = kTextVerbType;
 			vs->charset_nr = _string[0].t_charset;





More information about the Scummvm-git-logs mailing list