fix edit playback options lost after playback

This commit is contained in:
Chris Danford
2005-04-07 18:32:19 +00:00
parent 9cec64c089
commit 193f4e5983
6 changed files with 28 additions and 21 deletions
+10
View File
@@ -1,6 +1,16 @@
#include "global.h"
#include "PlayerState.h"
void PlayerState::ResetNoteSkins()
{
m_BeatToNoteSkin.clear();
m_BeatToNoteSkin[-1000] = m_PlayerOptions.m_sNoteSkin;
}
void PlayerState::Update( float fDelta )
{
m_CurrentPlayerOptions.Approach( m_PlayerOptions, fDelta );
}
/*
* (c) 2001-2004 Chris Danford, Chris Gomez