[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.430,1.431

Travis Howell kirben at users.sourceforge.net
Mon Mar 15 06:14:15 CET 2004


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

Modified Files:
	simon.cpp 
Log Message:

HACK needed for Spanish Simon1 Talkie too.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.430
retrieving revision 1.431
diff -u -d -r1.430 -r1.431
--- simon.cpp	15 Mar 2004 01:23:01 -0000	1.430
+++ simon.cpp	15 Mar 2004 14:03:56 -0000	1.431
@@ -4346,7 +4346,7 @@
 		// allocate more space for text to cope with foreign languages that use
 		// up more space than english. I hope 6400 bytes are enough. This number
 		// is base on: 2 (lines) * 320 (screen width) * 10 (textheight) -- olki
-		if ((_game & GF_SIMON2) && id == 5)
+		if (id == 5)
 			size += 6400;
 
 		dst = setup_vga_destination(size);





More information about the Scummvm-git-logs mailing list