From: <dv...@us...> - 2008-05-03 01:31:08
|
Revision: 254 http://dunelegacy.svn.sourceforge.net/dunelegacy/?rev=254&view=rev Author: dvalin Date: 2008-05-02 18:31:03 -0700 (Fri, 02 May 2008) Log Message: ----------- * fade faster * some more timing fixes Modified Paths: -------------- branches/dunks/src/IntroState.cpp Modified: branches/dunks/src/IntroState.cpp =================================================================== --- branches/dunks/src/IntroState.cpp 2008-05-03 01:28:14 UTC (rev 253) +++ branches/dunks/src/IntroState.cpp 2008-05-03 01:31:03 UTC (rev 254) @@ -318,7 +318,7 @@ SDL_Surface* text = m_textSurface->getSurface(); SDL_Color* col = m_transitionPalette; - const int fadeAmt = 3; + const int fadeAmt = 8; for (int i=0; i!=256; i++, col++) { @@ -387,7 +387,7 @@ frame = new Frame("", Frame::NO_TRANSITION, Frame::FADE_OUT, - false, 1); + false, 2); frame->addText(0,DataCache::Instance()->getIntroString(1)); frame->setTextLocation(SPoint(-25,0)); frame->setTextSize(2.0); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |