Server now requires the host to select the exact same song twice in a row before allowing

a start.
This commit is contained in:
Josh Allen
2004-08-29 03:31:01 +00:00
parent 197b54dd8b
commit da6fadfeea
2 changed files with 43 additions and 13 deletions
+3 -1
View File
@@ -84,8 +84,10 @@ class StepManiaLanServer {
int ClientHost;
LanPlayer *playersPtr[NUMBERCLIENTS*2];
time_t statsTime;
GameInfo gameInfo;
GameInfo CurrentSongInfo;
GameInfo LastSongInfo;
bool StatsNameChange;
bool SecondSameSelect;
void Hello(PacketFunctions&Packet, int clientNum);
void UpdateClients();