mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
SCI/newgui: SciGuiTransitions now supports "none" id used in longbow
svn-id: r45157
This commit is contained in:
parent
af60e6761d
commit
0ea65c6d92
@ -138,6 +138,7 @@ void SciGuiTransitions::doit(Common::Rect picRect) {
|
||||
setNewPalette(); scroll();
|
||||
break;
|
||||
|
||||
case SCI_TRANSITIONS_NONE_LONGBOW:
|
||||
case SCI_TRANSITIONS_NONE:
|
||||
setNewPalette(); setNewScreen();
|
||||
break;
|
||||
|
@ -46,6 +46,7 @@ enum {
|
||||
SCI_TRANSITIONS_SCROLLLEFT = 12,
|
||||
SCI_TRANSITIONS_SCROLLUP = 13,
|
||||
SCI_TRANSITIONS_SCROLLDOWN = 14,
|
||||
SCI_TRANSITIONS_NONE_LONGBOW = 15,
|
||||
SCI_TRANSITIONS_NONE = 100,
|
||||
// here are transitions that are used by the old tableset, but are not included anymore in the new tableset
|
||||
SCI_TRANSITIONS_VERTICALROLLTOCENTER = 300,
|
||||
|
Loading…
x
Reference in New Issue
Block a user