SCI: dont clip plane during frameout.cpp

disables scrolling capability
(regression of r51615)

svn-id: r51697
This commit is contained in:
Martin Kiewitz 2010-08-03 15:04:56 +00:00
parent 44f12117f2
commit 65e215628d

View File

@ -227,7 +227,6 @@ void GfxFrameout::kernelFrameout() {
planeRect.left = (planeRect.left * screenRect.width()) / scriptsRunningWidth;
planeRect.bottom = (planeRect.bottom * screenRect.height()) / scriptsRunningHeight;
planeRect.right = (planeRect.right * screenRect.width()) / scriptsRunningWidth;
planeRect.clip(screenRect); // we need to do this, at least in gk1 on cemetary we get bottom right -> 201, 321
int16 planeOffsetX = 0;