This commit is contained in:
Glenn Maynard
2003-02-16 04:56:36 +00:00
parent 0ff6f863ee
commit 3f9504b7b9
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -139,4 +139,4 @@ void BPMDisplay::SetBPMRange( float fLowBPM, float fHighBPM )
m_textLabel.SetTweenDiffuseBottomEdge( NORMAL_COLOR_BOTTOM );
}
}
}
+1 -1
View File
@@ -117,4 +117,4 @@ void DifficultyRating::SetOrientation(int Orientation)
}
}
}
}
}
+1 -1
View File
@@ -31,4 +31,4 @@ private:
vector<Sprite*> m_apSprites; // stores the list of elements (left to right)
};
#endif
#endif
+1 -1
View File
@@ -89,4 +89,4 @@ bool InputQueue::MatchesPattern( const GameController c, const GameButton* butto
sequence_index--;
}
return false;
}
}
+1 -1
View File
@@ -571,4 +571,4 @@ void LifeStream::DrawPrimitives()
pd3dDevice->DrawPrimitive( D3DPT_TRIANGLESTRIP, 0, iNumV-2 );
}
*/
*/
+1 -1
View File
@@ -219,4 +219,4 @@ void LifeMeterBattery::Update( float fDeltaTime )
CLAMP( iFrameNo, 0, 3 );
m_sprBattery.SetState( iFrameNo );
}
}
}
+1 -1
View File
@@ -242,4 +242,4 @@ void ScreenJukebox::HandleScreenMessage( const ScreenMessage SM )
}
ScreenGameplay::HandleScreenMessage( SM );
}
}
+1 -1
View File
@@ -28,4 +28,4 @@ protected:
#endif
#endif