a few little changes

This commit is contained in:
Flameshadowxeroshin
2010-12-20 11:43:27 -06:00
parent 70934bb684
commit 8e742dce5a
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -394,7 +394,10 @@ void ScreenOptionsEditCourse::SetCurrentSong()
if( index != 0 )
pSong = m_vpSongs[ index - 1 ];
}
GAMESTATE->m_pCurSong.Set( pSong );
if ( pSong != NULL )
{
GAMESTATE->m_pCurSong.Set( pSong );
}
}
}