[Scummvm-cvs-logs] SF.net SVN: scummvm:[53672] scummvm/trunk/engines/scumm/he/script_v90he.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Oct 21 11:32:01 CEST 2010


Revision: 53672
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53672&view=rev
Author:   fingolfin
Date:     2010-10-21 09:32:00 +0000 (Thu, 21 Oct 2010)

Log Message:
-----------
SCUMM: Remove redundant call to checkArrayLimits

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/he/script_v90he.cpp

Modified: scummvm/trunk/engines/scumm/he/script_v90he.cpp
===================================================================
--- scummvm/trunk/engines/scumm/he/script_v90he.cpp	2010-10-21 09:31:42 UTC (rev 53671)
+++ scummvm/trunk/engines/scumm/he/script_v90he.cpp	2010-10-21 09:32:00 UTC (rev 53672)
@@ -2058,7 +2058,6 @@
 			int dim2end = pop();
 			int dim2start = pop();
 			getArrayDim(array, &dim2start, &dim2end, &dim1start, &dim1end);
-			checkArrayLimits(array, dim2start, dim2end, dim1start, dim1end);
 			sortArray(array, dim2start, dim2end, dim1start, dim1end, sortOrder);
 		}
 		break;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list