maybe workaround g++ 3.3 weirdness

This commit is contained in:
Glenn Maynard
2006-10-07 08:56:12 +00:00
parent dff1ed1c05
commit 30fd6d77b4
7 changed files with 73 additions and 80 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ void PlayerOptions::FromString( const RString &sOptions, bool bWarnOnInvalid )
vector<RString> matches;
if( mult.Compare(sBit, matches) )
{
::FromString( matches[0], level );
StringConversion::FromString( matches[0], level );
SET_FLOAT( fScrollSpeed )
SET_FLOAT( fTimeSpacing )
m_fTimeSpacing = 0;