[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,2.170,2.171

James Brown ender at users.sourceforge.net
Sat Aug 16 03:00:09 CEST 2003


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

Modified Files:
	script_v2.cpp 
Log Message:
Patch from roarin_elk to fix crash in German V2 Zak (talking to Skolarian on Mars crashes)


Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 2.170
retrieving revision 2.171
diff -u -d -r2.170 -r2.171
--- script_v2.cpp	16 Aug 2003 05:45:19 -0000	2.170
+++ script_v2.cpp	16 Aug 2003 08:55:29 -0000	2.171
@@ -375,7 +375,7 @@
 int static actor_speech_color[] = {1, 7, 2, 14, 8, 1, 3, 7, 7, 12, 1, 13, 1, 4, 5, 5, 4, 3, 1, 5, 1, 1, 1, 7, 7, 0};
 
 void Scumm_v2::decodeParseString() {
-	byte buffer[256];
+	byte buffer[512];
 	byte *ptr = buffer;
 	byte c;
 	bool insertSpace = false;





More information about the Scummvm-git-logs mailing list