This commit is contained in:
Glenn Maynard
2005-07-04 20:44:07 +00:00
parent a55bbfc255
commit 6c4276648a
4 changed files with 1 additions and 19 deletions
-11
View File
@@ -2,7 +2,6 @@
#include "HoldJudgment.h"
#include "RageUtil.h"
#include "GameConstantsAndTypes.h"
#include "PrefsManager.h"
#include "ThemeManager.h"
#include "ThemeMetric.h"
@@ -24,16 +23,6 @@ HoldJudgment::HoldJudgment()
this->AddChild( &m_sprJudgment );
}
void HoldJudgment::Update( float fDeltaTime )
{
ActorFrame::Update( fDeltaTime );
}
void HoldJudgment::DrawPrimitives()
{
ActorFrame::DrawPrimitives();
}
void HoldJudgment::Reset()
{
m_sprJudgment.SetDiffuse( RageColor(1,1,1,0) );
+1 -6
View File
@@ -3,9 +3,7 @@
#include "Sprite.h"
#include "ActorFrame.h"
#include "song.h"
#include "BitmapText.h"
#include "PrefsManager.h"
#include "GameConstantsAndTypes.h"
class HoldJudgment : public ActorFrame
@@ -13,9 +11,6 @@ class HoldJudgment : public ActorFrame
public:
HoldJudgment();
virtual void Update( float fDeltaTime );
virtual void DrawPrimitives();
void Reset();
void SetHoldJudgment( HoldNoteScore hns );
-1
View File
@@ -2,7 +2,6 @@
#include "Judgment.h"
#include "RageUtil.h"
#include "GameConstantsAndTypes.h"
#include "PrefsManager.h"
#include "GameState.h"
#include "ThemeManager.h"
#include "ThemeMetric.h"
-1
View File
@@ -6,7 +6,6 @@
#include "Sprite.h"
#include "ActorFrame.h"
#include "GameConstantsAndTypes.h"
#include "BitmapText.h"
class Judgment : public ActorFrame