about summary refs log tree commit diff
path: root/src/game/game.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-14 22:35:00 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-14 22:35:00 +0000
commit94fe893150ee9d3a64cee9cf6d94241a0eada5d5 (patch)
tree208b782f3b6e790d581ca1c3e90390d34ba0f97a /src/game/game.h
parent14e612249c44eb0d9c4d00df00d5da2e18438729 (diff)
downloadzcatch-94fe893150ee9d3a64cee9cf6d94241a0eada5d5.tar.gz
zcatch-94fe893150ee9d3a64cee9cf6d94241a0eada5d5.zip
kill messages and other fixes and features
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game.h b/src/game/game.h
index f9f41d13..16a30e44 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -41,6 +41,7 @@ enum
 	MSG_SAY,
 	MSG_CHAT,
 	MSG_SETNAME,
+	MSG_KILLMSG,
 };
 
 enum
@@ -64,6 +65,7 @@ struct player_input
 	int activeweapon;
 };
 
+
 struct ev_explosion
 {
 	int x, y;