SCI/newgui: SciGuiTransitions now supports "none" id used in longbow

svn-id: r45157
This commit is contained in:
Martin Kiewitz 2009-10-16 09:55:14 +00:00
parent af60e6761d
commit 0ea65c6d92
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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,