about summary refs log tree commit diff
path: root/src/game/client/gameclient.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-31 13:36:30 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-31 13:36:30 +0000
commit5198d6bf016014dd85c96ebd97147fa3f24bcc7a (patch)
treef1782af9828c727c5292fbfdc5904226b218865b /src/game/client/gameclient.hpp
parent132da5396b83405801e3271094359e8d5b88d5ab (diff)
downloadzcatch-5198d6bf016014dd85c96ebd97147fa3f24bcc7a.tar.gz
zcatch-5198d6bf016014dd85c96ebd97147fa3f24bcc7a.zip
fixed some crashes and added kill and team console commands
Diffstat (limited to 'src/game/client/gameclient.hpp')
-rw-r--r--src/game/client/gameclient.hpp3
1 files changed, 3 insertions, 0 deletions
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