From 9c34c2ae9b7e46a963c5867e0c11fe2ed53a2a6f Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 18 Jan 2004 20:15:14 +0000 Subject: [PATCH] add comment --- stepmania/src/TimingData.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; }