add comment

This commit is contained in:
Chris Danford
2004-01-18 20:15:14 +00:00
parent 01a417593e
commit 9c34c2ae9b
+2
View File
@@ -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;
}