From cda9b293fdc9310f788adb51ff8372448ca58237 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 31 Oct 2009 18:00:22 +0000 Subject: SCI/newgui: Changed code for graphSaveUpscaledHiresBox to not scale the position, its not needed and would actually result in a crash cause of 2 times scaling. svn-id: r45569 --- engines/sci/gui/gui.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/engines/sci/gui/gui.cpp b/engines/sci/gui/gui.cpp index b14bd6df67..cb53af873a 100644 --- a/engines/sci/gui/gui.cpp +++ b/engines/sci/gui/gui.cpp @@ -456,8 +456,6 @@ reg_t SciGui::graphSaveBox(Common::Rect rect, uint16 screenMask) { } reg_t SciGui::graphSaveUpscaledHiresBox(Common::Rect rect) { - rect.right *= 2; - rect.bottom *= 2; return _gfx->BitsSave(rect, SCI_SCREEN_MASK_DISPLAY); } -- cgit v1.2.3