about summary refs log tree commit diff
path: root/src/game/server/srv_common.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-18 23:29:34 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-18 23:29:34 +0000
commitadb6b58e3c9e23e1d659497f0fb9b4542de1c7cf (patch)
treec39935cacd9b0425a1e9f9a2b5b506feef299923 /src/game/server/srv_common.h
parent9be8a4c39d5be538f85c905cf5194962271296a4 (diff)
downloadzcatch-adb6b58e3c9e23e1d659497f0fb9b4542de1c7cf.tar.gz
zcatch-adb6b58e3c9e23e1d659497f0fb9b4542de1c7cf.zip
fixed score board stuff for CTF and improved kill messages for it aswell
Diffstat (limited to 'src/game/server/srv_common.h')
-rw-r--r--src/game/server/srv_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h
index a780dd73..11a6c3f2 100644
--- a/src/game/server/srv_common.h
+++ b/src/game/server/srv_common.h
@@ -136,7 +136,7 @@ public:
 	virtual void tick();
 	
 	virtual void on_player_spawn(class player *p) {}
-	virtual void on_player_death(class player *victim, class player *killer, int weapon);
+	virtual int on_player_death(class player *victim, class player *killer, int weapon);
 	
 	virtual void on_player_info_change(class player *p);