CString -> RString

This commit is contained in:
Chris Danford
2006-01-22 01:00:06 +00:00
parent 870ed267fc
commit 7f821e8cfc
578 changed files with 3943 additions and 3946 deletions
+3 -3
View File
@@ -22,12 +22,12 @@ ScoreDisplayCalories::~ScoreDisplayCalories()
MESSAGEMAN->Unsubscribe( this, m_sMessageOnStep );
}
void ScoreDisplayCalories::LoadFromNode( const CString& sDir, const XNode* pNode )
void ScoreDisplayCalories::LoadFromNode( const RString& sDir, const XNode* pNode )
{
RollingNumbers::LoadFromNode( sDir, pNode );
{
CString sPlayerNumber;
RString sPlayerNumber;
bool b = pNode->GetAttrValue( "PlayerNumber", sPlayerNumber );
ASSERT( b );
m_PlayerNumber = (PlayerNumber) LuaHelpers::RunExpressionI(sPlayerNumber);
@@ -48,7 +48,7 @@ void ScoreDisplayCalories::Update( float fDelta )
RollingNumbers::Update( fDelta );
}
void ScoreDisplayCalories::PlayCommand( const CString &sCommandName, Actor* pParent )
void ScoreDisplayCalories::PlayCommand( const RString &sCommandName, Actor* pParent )
{
if( sCommandName == m_sMessageOnStep )
{