From: Martin Taibr Date: Sun, 16 Oct 2016 15:47:30 +0000 (+0200) Subject: remove more unused fields X-Git-Tag: xonotic-v0.8.2~488^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6d62719430935be23965830d5579a391366921a5;p=xonotic%2Fxonotic-data.pk3dir.git remove more unused fields --- diff --git a/qcsrc/common/minigames/minigame/pp.qc b/qcsrc/common/minigames/minigame/pp.qc index e05658cbf..4ae9fb06b 100644 --- a/qcsrc/common/minigames/minigame/pp.qc +++ b/qcsrc/common/minigames/minigame/pp.qc @@ -271,8 +271,7 @@ int pp_server_event(entity minigame, string event, ...) string pp_curr_pos; // identifier of the tile under the mouse vector pp_boardpos; // HUD board position -vector pp_boardsize;// HUD board size -.int pp_checkwin; // Used to optimize checks to display a win +vector pp_boardsize; // HUD board size // Required function, draw the game board void pp_hud_board(vector pos, vector mySize) diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index b515459ce..6302128d1 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -417,11 +417,7 @@ const int MIF_GUIDED_CONFUSABLE = MIF_GUIDED_HEAT | MIF_GUIDED_AI; //// -.entity player_stats; -//.float playerid; .string playernick; -.float elos; -.float ranks; .string cvar_cl_physics;