about summary refs log tree commit diff
path: root/src/game/server/gs_game_ctf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/gs_game_ctf.h')
-rw-r--r--src/game/server/gs_game_ctf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/server/gs_game_ctf.h b/src/game/server/gs_game_ctf.h
index 02acef37..107c000d 100644
--- a/src/game/server/gs_game_ctf.h
+++ b/src/game/server/gs_game_ctf.h
@@ -9,6 +9,8 @@ public:
 	gameobject_ctf();
 	virtual void tick();
 	
+	virtual bool on_entity(int index, vec2 pos);
+	
 	virtual void on_player_spawn(class player *p);
 	virtual int on_player_death(class player *victim, class player *killer, int weapon);
 };