about summary refs log tree commit diff
path: root/src/engine/e_if_other.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-18 20:31:13 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-18 20:31:13 +0000
commit9425cbef579fcce696468c3b4118e64f9d6232d3 (patch)
tree22845b0b960494b021ef31f1f84270ecc9627594 /src/engine/e_if_other.h
parent4986238fc82ac5d25914ff5bdc15fff82a2455e2 (diff)
downloadzcatch-9425cbef579fcce696468c3b4118e64f9d6232d3.tar.gz
zcatch-9425cbef579fcce696468c3b4118e64f9d6232d3.zip
fixed auto rename if two players sets the same name
Diffstat (limited to 'src/engine/e_if_other.h')
-rw-r--r--src/engine/e_if_other.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/e_if_other.h b/src/engine/e_if_other.h
index b3a61e7f..66e2d3a8 100644
--- a/src/engine/e_if_other.h
+++ b/src/engine/e_if_other.h
@@ -24,7 +24,9 @@ enum
 
 	SNDFLAG_LOOP=1,
 	SNDFLAG_POS=2,
-	SNDFLAG_ALL=3
+	SNDFLAG_ALL=3,
+	
+	MAX_NAME_LENGTH=32
 };
 
 /*