move many bookkeeping numbers to ProfileManager

This commit is contained in:
Chris Danford
2003-12-08 04:02:43 +00:00
parent bcf2c3da35
commit eac836cc40
11 changed files with 177 additions and 134 deletions
-2
View File
@@ -21,8 +21,6 @@ public:
virtual void Update( float fDeltaTime );
virtual void HandleScreenMessage( const ScreenMessage SM );
private:
vector<BitmapText *> m_textLines;
};