Revert "src\NoteDisplay.cpp"

This reverts commit d750f2a1e8.
This commit is contained in:
AJ Kelly
2011-03-02 16:40:48 -06:00
parent d750f2a1e8
commit 1aff384afe
3 changed files with 46 additions and 49 deletions
+2 -7
View File
@@ -5,7 +5,6 @@
#include "RageLog.h"
#include "RadarValues.h"
#include "Steps.h"
#include "NoteSkinManager.h"
PlayerState::PlayerState()
{
@@ -29,9 +28,6 @@ void PlayerState::Reset()
m_iCpuSkill = 5;
m_iNoteSkinColSpacing = 0;
m_iNoteSkinArrowSize = 0;
m_iLastPositiveSumOfAttackLevels = 0;
m_fSecondsUntilAttacksPhasedOut = 0;
m_bAttackBeganThisUpdate = false;
@@ -193,10 +189,9 @@ int PlayerState::GetSumOfActiveAttackLevels() const
return iSum;
}
/*
void PlayerState::LoadNoteSkinMetrics()
{
/*
// Read metrics from current noteskin for setting row/col spacing and
// arrow size (originally from StepMania AMX)
@@ -211,8 +206,8 @@ void PlayerState::LoadNoteSkinMetrics()
// todo: allow per-column spacing values? -aj
m_iNoteSkinColSpacing = NOTESKIN->GetMetricI( m_sNoteSkin, sStepsType, "ColSpacing" );
m_iNoteSkinArrowSize = NOTESKIN->GetMetricI( m_sNoteSkin, sStepsType, "ArrowSize" );
*/
}
*/
// lua start
#include "LuaBinding.h"