The character is visible, fixed a database issue
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
|
||||
#include "SDL/SDL_net.h"
|
||||
|
||||
#define NETWORK_VERSION 20140607
|
||||
#define PACKET_STRING_SIZE 100
|
||||
constexpr int NETWORK_VERSION = 20140607;
|
||||
constexpr int PACKET_STRING_SIZE = 100;
|
||||
|
||||
struct SerialPacketBase {
|
||||
//members
|
||||
|
||||
Reference in New Issue
Block a user