Fixed merge conflicts. Scoreboard updates team when a team is picked. Fixed some code standard violations and misspellings.

This commit is contained in:
William Moberg
2016-03-13 14:23:56 +01:00
parent 4f99f6ef74
commit ac20e41a5d
7 changed files with 30 additions and 15 deletions
+2 -2
View File
@@ -52,9 +52,9 @@ private:
char readBuffer[BUFFERSIZE] = { 0 };
size_t bytesRead = 0;
// time for previouse message
double previousePingMessage = 0;
double previousPingMessage = 0;
double previousSnapshotMessage = 0;
double timOutTimer = 0;
double timeOutTimer = 0;
// How often we send messages (seconds)
double pingInterval = 1;