diff --git a/stepmania/src/TimingData.cpp b/stepmania/src/TimingData.cpp index 54e250989b..3dbce00f9d 100644 --- a/stepmania/src/TimingData.cpp +++ b/stepmania/src/TimingData.cpp @@ -198,6 +198,8 @@ float TimingData::GetElapsedTimeFromBeat( float fBeat ) const return fElapsedTime; } + // This assert fires if you leave the game running overnight with the + // the menu timer off and the music wheel sitting on one song. ASSERT(0); return fElapsedTime; }