From 89fc06d87880ff541292488bac94c03642188d8b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 21 Oct 2010 09:32:00 +0000 Subject: SCUMM: Remove redundant call to checkArrayLimits svn-id: r53672 --- engines/scumm/he/script_v90he.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/scumm') diff --git a/engines/scumm/he/script_v90he.cpp b/engines/scumm/he/script_v90he.cpp index 01fbc730e3..47167d10c7 100644 --- a/engines/scumm/he/script_v90he.cpp +++ b/engines/scumm/he/script_v90he.cpp @@ -2058,7 +2058,6 @@ void ScummEngine_v90he::o90_sortArray() { 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; -- cgit v1.2.3