[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,2.230.2.2,2.230.2.3

Travis Howell kirben at users.sourceforge.net
Sun Mar 7 19:11:00 CET 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2215/scumm

Modified Files:
      Tag: branch-0-6-0
	script_v2.cpp 
Log Message:

Missed one bit


Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 2.230.2.2
retrieving revision 2.230.2.3
diff -u -d -r2.230.2.2 -r2.230.2.3
--- script_v2.cpp	8 Mar 2004 02:42:37 -0000	2.230.2.2
+++ script_v2.cpp	8 Mar 2004 02:46:42 -0000	2.230.2.3
@@ -702,6 +702,8 @@
 	case 5:		// SO_TALK_COLOR
 		if ((_gameId == GID_MANIAC) && (_version == 1))
 			v1_mm_actor_speech_color[act] = arg;
+		else if (_gameId == GID_MANIAC && _demoMode)
+			a->talkColor = 15;
 		else
 			a->talkColor = arg;
 		break;





More information about the Scummvm-git-logs mailing list