Hide m_fOldOffset in ScreenGameplay.

Show the original and changed offsets.

Fix crash in course modes.
This commit is contained in:
Glenn Maynard
2003-08-12 00:05:01 +00:00
parent 607beaaed0
commit 85423c86dc
2 changed files with 12 additions and 10 deletions
-2
View File
@@ -147,8 +147,6 @@ public:
bool m_bPastHereWeGo;
static const float MUSIC_SECONDS_INVALID;
float m_fOldOffset; // used on offset screen to calculate difference
void ResetMusicStatistics(); // Call this when it's time to play a new song. Clears the values above.
void UpdateSongPosition(float fPositionSeconds);