From ac1aeab149f704ab1b297be9c7662c5705e5e40d Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 20 Oct 2008 23:00:46 +0000 Subject: fixed incorrect handling of projectiel and laser owner --- src/game/server/gamecontext.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/server/gamecontext.hpp') diff --git a/src/game/server/gamecontext.hpp b/src/game/server/gamecontext.hpp index 106efd5f..1c4571eb 100644 --- a/src/game/server/gamecontext.hpp +++ b/src/game/server/gamecontext.hpp @@ -44,6 +44,9 @@ public: void tick(); void snap(int client_id); + // helper functions + class CHARACTER *get_player_char(int client_id); + // voting void start_vote(const char *desc, const char *command); void end_vote(); -- cgit 1.4.1