mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
SCUMM: Remove redundant call to checkArrayLimits
svn-id: r53672
This commit is contained in:
parent
66fabfa049
commit
89fc06d878
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user