diff --git a/stepmania/src/TimingData.h b/stepmania/src/TimingData.h index d4635675f5..c9b93ebcb2 100644 --- a/stepmania/src/TimingData.h +++ b/stepmania/src/TimingData.h @@ -39,6 +39,7 @@ public: } float GetElapsedTimeFromBeat( float fBeat ) const; + CString m_sFile; // informational only vector m_BPMSegments; // this must be sorted before gameplay vector m_StopSegments; // this must be sorted before gameplay float m_fBeat0OffsetInSeconds;