about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-10 12:07:26 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-10 12:07:26 +0000
commit3f3e1715114c8f1af1b4128afac0b0699870ae68 (patch)
treea1d5e27c85585200c533286ac60015fdc42f8ec1 /src/game
parentf685b413d219d367fb1da39119e50056c5c42ce7 (diff)
downloadzcatch-3f3e1715114c8f1af1b4128afac0b0699870ae68.tar.gz
zcatch-3f3e1715114c8f1af1b4128afac0b0699870ae68.zip
fixed compile error
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_protocol.def6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/g_protocol.def b/src/game/g_protocol.def
index 49acba24..211c21a3 100644
--- a/src/game/g_protocol.def
+++ b/src/game/g_protocol.def
@@ -205,9 +205,3 @@ event damageind
 	any x, y
 	any angle
 end
-
-//msg say
-//	clientid cid
-//	range(-1, 1) team
-//	string message
-//end