|
From: <dv...@us...> - 2008-05-04 04:31:12
|
Revision: 266
http://dunelegacy.svn.sourceforge.net/dunelegacy/?rev=266&view=rev
Author: dvalin
Date: 2008-05-03 21:31:10 -0700 (Sat, 03 May 2008)
Log Message:
-----------
fix multiple transitions per scene
Modified Paths:
--------------
branches/dunks/src/IntroState.cpp
Modified: branches/dunks/src/IntroState.cpp
===================================================================
--- branches/dunks/src/IntroState.cpp 2008-05-04 04:20:19 UTC (rev 265)
+++ branches/dunks/src/IntroState.cpp 2008-05-04 04:31:10 UTC (rev 266)
@@ -352,7 +352,8 @@
return;
}
- if (m_transitionPalette == NULL) setupTransitionOut(img);
+ //if (m_transitionPalette == NULL) // We want new one created to handle several transitions per cutscene
+ setupTransitionOut(img);
SDL_Surface* screen = img->getSurface();
SDL_Color* col = m_transitionPalette;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|