increased Network buffer size, fixed 2 crashes and re-added the ability to kill oneself with the use of a key bound to TakeDamage,Value.

This commit is contained in:
Jocke
2016-02-12 08:39:20 +01:00
parent 7d732c75ca
commit 2c3122bbdb
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include <boost/asio.hpp>
#include "Network/Packet.h"
#include "Network/PlayerDefinition.h"
#define BUFFERSIZE 32000
#define BUFFERSIZE 64000
typedef unsigned int PlayerID;
typedef unsigned int PacketID;