[Scummvm-cvs-logs] CVS: scummvm/sky compact.cpp,1.9,1.10

Oliver Kiehl olki at users.sourceforge.net
Mon May 26 13:00:14 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv23089

Modified Files:
	compact.cpp 
Log Message:
*sigh*


Index: compact.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compact.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- compact.cpp	26 May 2003 19:55:28 -0000	1.9
+++ compact.cpp	26 May 2003 19:59:38 -0000	1.10
@@ -54,11 +54,11 @@
 	switch (megaSet) {
 	case 0:
 		return cpt->extCompact->megaSet0;
-	case 1 + NEXT_MEGA_SET:
+	case NEXT_MEGA_SET:
 		return cpt->extCompact->megaSet1;
-	case 2 + NEXT_MEGA_SET*2:
+	case NEXT_MEGA_SET*2:
 		return cpt->extCompact->megaSet2;
-	case 3 + NEXT_MEGA_SET*3:
+	case NEXT_MEGA_SET*3:
 		return cpt->extCompact->megaSet3;
 	default:
 		error("Invalid MegaSet (%d)", megaSet);





More information about the Scummvm-git-logs mailing list