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
+2 -2
View File
@@ -19,7 +19,7 @@ public:
virtual void DrawPrimitives();
virtual void Input( const InputEventPlus &input );
virtual void HandleScreenMessage( const ScreenMessage SM );
virtual void HandleMessage( const CString &sMessage );
virtual void HandleMessage( const RString &sMessage );
virtual void MenuBack( PlayerNumber pn );
@@ -31,7 +31,7 @@ protected:
vector<CodeItem> m_aCodes;
vector<GameCommand> m_aCodeChoices;
vector<CString> m_asSubscribedMessages;
vector<RString> m_asSubscribedMessages;
RageTimer m_timerIdleComment; // count up to time between idle comment announcer sounds
RageTimer m_timerIdleTimeout; // count up to go to the timeout screen