SetValue, etc -> SetTextValue

This commit is contained in:
Glenn Maynard
2007-02-11 06:26:06 +00:00
parent 549ad65b3c
commit fb8e73ac58
7 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -308,12 +308,12 @@ void HighScoreList::LoadFromNode( const XNode* pHighScoreList )
{
if( p->GetName() == "NumTimesPlayed" )
{
p->GetValue( iNumTimesPlayed );
p->GetTextValue( iNumTimesPlayed );
}
else if( p->GetName() == "LastPlayed" )
{
RString s;
p->GetValue( s );
p->GetTextValue( s );
dtLastPlayed.FromString( s );
}
else if( p->GetName() == "HighScore" )