From daf89a01ff88c7771f0c252808de2b3eede23927 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 4 Nov 2007 00:19:41 +0000 Subject: added skins, tweaked prediction like hell --- src/game/server/srv_common.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (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 1e544753..46c17ed8 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -121,6 +121,8 @@ protected: int warmup; int round_count; + bool is_teamplay; + public: int gametype; gameobject(); @@ -237,7 +239,8 @@ public: // int client_id; - char name[64]; + char skin_name[64]; + int skin_color; // input player_input previnput; @@ -287,7 +290,7 @@ public: void respawn(); void set_team(int team); - + bool is_grounded(); void set_weapon(int w); -- cgit 1.4.1