From b535efe7b959cf737e25235ddc20764072e925a4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 17 Jan 2004 23:19:15 +0000 Subject: [PATCH] add m_sFile --- stepmania/src/TimingData.h | 1 + 1 file changed, 1 insertion(+) 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;