[Scummvm-cvs-logs] CVS: scummvm/simon charset.cpp,1.25,1.26

Travis Howell kirben at users.sourceforge.net
Mon Dec 15 21:09:01 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv12874/simon

Modified Files:
	charset.cpp 
Log Message:

Remove old hack


Index: charset.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/charset.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- charset.cpp	16 Dec 2003 05:04:39 -0000	1.25
+++ charset.cpp	16 Dec 2003 05:08:26 -0000	1.26
@@ -194,15 +194,6 @@
 				dst -= img_width - 1; // For Hebrew, move from right edge to left edge of image.
 			byte *cur_dst = dst;
 
-			if (_game == GAME_SIMON1AMIGA) {
-				// FIXME Really bad hack to allow simon1amiga to work for now
-				// simon1amiga needs to be decoded a different way
-				if (img_width < 1 || img_width > 49)
-					img_width = 7;
-				if (img_height < 1 || img_height > 49)
-					img_height = 9;
-			}
-
 			assert(img_width > 0 && img_width < 50 && img_height > 0 && img_height < 50);
 
 			do {





More information about the Scummvm-git-logs mailing list