[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,2.66,2.67

Max Horn fingolfin at users.sourceforge.net
Wed May 14 07:01:15 CEST 2003


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

Modified Files:
	script_v2.cpp 
Log Message:
default text color light blue instead of pink

Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 2.66
retrieving revision 2.67
diff -u -d -r2.66 -r2.67
--- script_v2.cpp	14 May 2003 13:32:43 -0000	2.66
+++ script_v2.cpp	14 May 2003 14:00:29 -0000	2.67
@@ -405,7 +405,7 @@
 	_string[textSlot].right = 320;
 	_string[textSlot].center = false;
 	_string[textSlot].overhead = false;
-	_string[textSlot].color = 13;	// HACK, make it pink, just for fun 8-)
+	_string[textSlot].color = 9;	// light blue
 
 	_messagePtr = buffer;
 	switch (textSlot) {





More information about the Scummvm-git-logs mailing list