[splittiming] Cleanup and comment.
This commit is contained in:
@@ -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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user