diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-18 20:31:13 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-18 20:31:13 +0000 |
| commit | 9425cbef579fcce696468c3b4118e64f9d6232d3 (patch) | |
| tree | 22845b0b960494b021ef31f1f84270ecc9627594 /src/engine/e_protocol.h | |
| parent | 4986238fc82ac5d25914ff5bdc15fff82a2455e2 (diff) | |
| download | zcatch-9425cbef579fcce696468c3b4118e64f9d6232d3.tar.gz zcatch-9425cbef579fcce696468c3b4118e64f9d6232d3.zip | |
fixed auto rename if two players sets the same name
Diffstat (limited to 'src/engine/e_protocol.h')
| -rw-r--r-- | src/engine/e_protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/e_protocol.h b/src/engine/e_protocol.h index 0bca00a4..46e1b8c2 100644 --- a/src/engine/e_protocol.h +++ b/src/engine/e_protocol.h @@ -60,7 +60,6 @@ enum /* this should be revised */ enum { - MAX_NAME_LENGTH=32, MAX_CLANNAME_LENGTH=32, MAX_INPUT_SIZE=128, MAX_SNAPSHOT_PACKSIZE=900 |