show life and combo graphs over the whole song/course - not just over the time the player was alive

This commit is contained in:
Chris Danford
2005-04-20 06:13:06 +00:00
parent a09bf4042e
commit f57e898966
17 changed files with 118 additions and 82 deletions
+3 -1
View File
@@ -5,11 +5,13 @@
#include "PlayerNumber.h"
struct StageStats;
struct PlayerStageStats;
class ComboGraph: public ActorFrame
{
public:
~ComboGraph() { Unload(); }
void Load( const CString& sScreen, const CString& sElement, const StageStats &s, PlayerNumber pn );
void Load( const CString& sScreen, const CString& sElement, const StageStats &s, const PlayerStageStats &pss );
void Unload();
void TweenOffScreen();