Fix /force_start and fixed missing TIMING string in the evaluations options display.

This commit is contained in:
Josh Allen
2004-09-17 18:54:29 +00:00
parent 7318d47e4c
commit 0e03b5cfed
2 changed files with 80 additions and 73 deletions
+2
View File
@@ -127,6 +127,8 @@ private:
bool CheckConnection(const unsigned int clientNum);
void PopulatePlayersPtr(vector<LanPlayer*> &playersPtr);
void Disconnect(const unsigned int clientNum);
void ClientsSongSelectStart();
void ResetLastSongInfo();
};
#endif