From 87246efd070accad130b68836fda3e771df9b5e5 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 26 May 2011 19:19:41 -0400 Subject: [PATCH] Still moving towards proper syncing. Still...not getting where I need to. Stepping away a bit more. --- src/AdjustSync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AdjustSync.cpp b/src/AdjustSync.cpp index 2a412b2720..26da7d2ba5 100644 --- a/src/AdjustSync.cpp +++ b/src/AdjustSync.cpp @@ -114,7 +114,7 @@ void AdjustSync::SaveSyncChanges() /* TODO: Save all of the timing data changes. * Luckily, only the song timing data needs comparing here. */ - if( GAMESTATE->m_pCurSong && *s_pTimingDataOriginal != GAMESTATE->m_pCurSong->m_SongTiming ) + if( GAMESTATE->m_pCurSong && *s_vpTimingDataOriginal[0] != GAMESTATE->m_pCurSong->m_SongTiming ) { if( GAMESTATE->IsEditing() ) {