[Scummvm-cvs-logs] SF.net SVN: scummvm:[45157] scummvm/trunk/engines/sci/gui

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Oct 16 11:55:15 CEST 2009


Revision: 45157
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45157&view=rev
Author:   m_kiewitz
Date:     2009-10-16 09:55:14 +0000 (Fri, 16 Oct 2009)

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

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui_transitions.cpp
    scummvm/trunk/engines/sci/gui/gui_transitions.h

Modified: scummvm/trunk/engines/sci/gui/gui_transitions.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_transitions.cpp	2009-10-16 09:44:00 UTC (rev 45156)
+++ scummvm/trunk/engines/sci/gui/gui_transitions.cpp	2009-10-16 09:55:14 UTC (rev 45157)
@@ -138,6 +138,7 @@
 		setNewPalette(); scroll();
 		break;
 
+	case SCI_TRANSITIONS_NONE_LONGBOW:
 	case SCI_TRANSITIONS_NONE:
 		setNewPalette(); setNewScreen();
 		break;

Modified: scummvm/trunk/engines/sci/gui/gui_transitions.h
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_transitions.h	2009-10-16 09:44:00 UTC (rev 45156)
+++ scummvm/trunk/engines/sci/gui/gui_transitions.h	2009-10-16 09:55:14 UTC (rev 45157)
@@ -46,6 +46,7 @@
 	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,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list