reduce disk access on wheel move by using timing data that's already loaded

This commit is contained in:
Glenn Maynard
2004-08-15 23:16:30 +00:00
parent 7ad61f1f07
commit 83b640f5dd
2 changed files with 15 additions and 18 deletions
+2 -1
View File
@@ -104,7 +104,8 @@ protected:
bool m_bGoToOptions;
Sprite m_sprOptionsMessage;
float m_fPlaySampleCountdown;
CString m_sSampleMusicToPlay, m_sSampleMusicTimingData;
CString m_sSampleMusicToPlay;
TimingData *m_pSampleMusicTimingData;
float m_fSampleStartSeconds, m_fSampleLengthSeconds;
bool m_bAllowOptionsMenu, m_bAllowOptionsMenuRepeat;