rnd-19990315-1-src
[rocksndiamonds.git] / src / network.c
index 5d137f0598f3514e1c824c6e40664055cd6a6070..e16c0d9f74abd086023561bea21e0831a87c4fab 100644 (file)
 #include "screens.h"
 #include "misc.h"
 
-#define MAX_PLAYER_NAME_LEN 14
-
 struct NetworkClientPlayerInfo
 {
   byte nr;
-  char name[MAX_PLAYER_NAME_LEN + 2];
+  char name[MAX_PLAYER_NAME_LEN + 1];
   struct NetworkClientPlayerInfo *next;
 };