mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
SCI: forgot to adjust gui32 as well
svn-id: r45662
This commit is contained in:
parent
429c06c5ae
commit
205a6c2299
@ -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;
|
||||
}
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user