From 64c9966ca0d6d450d8e0a88789742f1d5ecfde09 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 10 Dec 2007 20:53:37 +0000 Subject: added option for teamdamage --- src/game/server/srv_common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/game/server/srv_common.h') diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h index 82375d25..209d99e0 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -141,7 +141,9 @@ public: void startround(); void endround(); - + + bool is_friendly_fire(int cid1, int cid2); + virtual void post_reset(); virtual void tick(); -- cgit 1.4.1