[splittiming] Cleanup and comment.

This commit is contained in:
Jason Felds
2011-05-12 21:41:20 -04:00
parent 7c638451cd
commit 4edf884b1a
+3
View File
@@ -3036,6 +3036,9 @@ static void ChangeArtistTranslit( const RString &sNew )
static void ChangeBeat0Offset( const RString &sNew ) static void ChangeBeat0Offset( const RString &sNew )
{ {
/* TODO: Use a switch/boolean to determine which to write to.
* If it's a new chart (have to find a way to determine that),
* write to both. */
GAMESTATE->m_pCurSong->m_SongTiming.m_fBeat0OffsetInSeconds = GAMESTATE->m_pCurSteps[PLAYER_1]->m_Timing.m_fBeat0OffsetInSeconds = StringToFloat( sNew ); GAMESTATE->m_pCurSong->m_SongTiming.m_fBeat0OffsetInSeconds = GAMESTATE->m_pCurSteps[PLAYER_1]->m_Timing.m_fBeat0OffsetInSeconds = StringToFloat( sNew );
} }