[Scummvm-cvs-logs] CVS: scummvm script_v2.cpp,1.71,1.72

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Tue Jul 9 23:19:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv9193

Modified Files:
	script_v2.cpp 
Log Message:
fix

Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/script_v2.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- script_v2.cpp	7 Jul 2002 13:14:34 -0000	1.71
+++ script_v2.cpp	10 Jul 2002 06:18:32 -0000	1.72
@@ -2728,7 +2728,7 @@
 		case 16:
 			if (_gameId == GID_DIG) {
 				_msgPtrToAdd = charset._buffer;
-				_messagePtr = addMessageToStack(getStringAddressVar(VAR_STRING2DRAW));
+				addMessageToStack(getStringAddressVar(VAR_STRING2DRAW));
 				i = 0;
 				while (charset._buffer[i] != 0) {
 					if (charset._buffer[i] == '/') {





More information about the Scummvm-git-logs mailing list