Added callback to display player names of connected players.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
#define ADD_PADDING(x) ((((x) + 3) >> 2) << 2)
|
||||
#define ADD_PADDING(x) ((((x) + 3) >> 2) << 2)
|
||||
|
||||
#define NET_TYPE_JOIN_GAME 1
|
||||
#define NET_TYPE_JOIN_GAME_ACK 2
|
||||
|
||||
Reference in New Issue
Block a user