Added hit offset, for better statistics for SMLAN/SMOnline.

This commit is contained in:
Charles Lohr
2004-08-10 06:39:25 +00:00
parent bdb15e07a7
commit 5929cf4e49
3 changed files with 30 additions and 0 deletions
+4
View File
@@ -17,6 +17,7 @@ public:
~NetworkSyncManager();
//If "useSMserver" then send score to server
void ReportTiming(float offset, int PlayerNumber);
void ReportScore(int playerID, int step, int score, int combo);
void ReportSongOver(); //Report to server that song is over
void StartRequest(short position); //Request a start. Block until granted.
@@ -39,6 +40,9 @@ private:
void StartUp();
float m_lastOffset[2]; //This is used to determine how much
//the last step was off.
int m_playerID; //these are currently unused, but need to stay
int m_step;
int m_score;