Removed maximum number of clients
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user