Removed maximum number of clients

This commit is contained in:
Kayne Ruse
2013-06-24 12:41:10 +10:00
parent 2a46f82f84
commit 23782ff4e3
4 changed files with 8 additions and 15 deletions
+3 -1
View File
@@ -22,9 +22,11 @@
#ifndef CLIENTENTRY_HPP_
#define CLIENTENTRY_HPP_
#include "SDL_net/SDL_net.h"
struct ClientEntry {
int index;
int channel;
IPaddress address;
int playerIndex;
};