From 5198d6bf016014dd85c96ebd97147fa3f24bcc7a Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 31 Aug 2008 13:36:30 +0000 Subject: fixed some crashes and added kill and team console commands --- src/game/client/gameclient.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/client/gameclient.hpp') diff --git a/src/game/client/gameclient.hpp b/src/game/client/gameclient.hpp index cfcf6a65..5aa37afc 100644 --- a/src/game/client/gameclient.hpp +++ b/src/game/client/gameclient.hpp @@ -30,6 +30,9 @@ class GAMECLIENT int predicted_tick; int last_new_predicted_tick; + static void con_team(void *result, void *user_data); + static void con_kill(void *result, void *user_data); + public: // TODO: move this -- cgit 1.4.1