Revision: 260
http://dunelegacy.svn.sourceforge.net/dunelegacy/?rev=260&view=rev
Author: dvalin
Date: 2008-05-03 16:27:32 -0700 (Sat, 03 May 2008)
Log Message:
-----------
default channel should be -1, not 0
Modified Paths:
--------------
branches/dunks/include/IntroState.h
Modified: branches/dunks/include/IntroState.h
===================================================================
--- branches/dunks/include/IntroState.h 2008-05-03 23:03:52 UTC (rev 259)
+++ branches/dunks/include/IntroState.h 2008-05-03 23:27:32 UTC (rev 260)
@@ -59,11 +59,12 @@
void setTextColor(uint8_t textColor);
void setTextLocation(SPoint textLocation);
void setTextSize(float setTextSize);
+ void setTextFade(bool textFade);
private:
std::string m_filename;
- bool m_continuation;
+ bool m_continuation, m_textFade;
float m_hold;
TransitionState m_state;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|