From 83ba698ced1c04bb119cbae19d64491fd3f3e7e4 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 15 May 2011 00:57:01 -0400 Subject: [PATCH] [splittiming] This TODO seems obsolete. --- src/SongPosition.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SongPosition.h b/src/SongPosition.h index 56cf0e38d5..9ca7bbe778 100644 --- a/src/SongPosition.h +++ b/src/SongPosition.h @@ -15,7 +15,6 @@ class SongPosition // Arcade - the current stage (one song). // Oni/Endless - a single song in a course. // Let a lot of classes access this info here so they don't have to keep their own copies. - // todo: [NUM_PLAYERS] this for split bpm lolol -aj float m_fMusicSeconds; // time into the current song, not scaled by music rate float m_fSongBeat; float m_fSongBeatNoOffset;