From 205a6c2299f5860397e2a95ace4628401aa319db Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Wed, 4 Nov 2009 12:57:11 +0000 Subject: SCI: forgot to adjust gui32 as well svn-id: r45662 --- engines/sci/gui32/gui32.cpp | 2 +- engines/sci/gui32/gui32.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/engines/sci/gui32/gui32.cpp b/engines/sci/gui32/gui32.cpp index 5692c9b119..41bb52ccdc 100644 --- a/engines/sci/gui32/gui32.cpp +++ b/engines/sci/gui32/gui32.cpp @@ -2992,7 +2992,7 @@ void SciGui32::moveCursor(Common::Point pos) { gfxop_get_event(_s->gfx_state, SCI_EVT_PEEK); } -void SciGui32::modifyPriorityBands(int top, int bottom) { +void SciGui32::graphAdjustPriority(int top, int bottom) { _s->priority_first = top; _s->priority_last = bottom; } diff --git a/engines/sci/gui32/gui32.h b/engines/sci/gui32/gui32.h index dcdcf717af..c92ce53b40 100644 --- a/engines/sci/gui32/gui32.h +++ b/engines/sci/gui32/gui32.h @@ -83,6 +83,7 @@ public: void graphRestoreBox(reg_t handle); void graphUpdateBox(Common::Rect); void graphRedrawBox(Common::Rect); + void graphAdjustPriority(int top, int bottom); int16 picNotValid(int16 newPicNotValid); @@ -105,8 +106,6 @@ public: void setCursorPos(Common::Point pos); void moveCursor(Common::Point pos); - void modifyPriorityBands(int top, int bottom); - bool debugUndither(bool flag); bool debugShowMap(int mapNo); -- cgit v1.2.3