]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove more unused fields
authorMartin Taibr <taibr.martin@gmail.com>
Sun, 16 Oct 2016 15:47:30 +0000 (17:47 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Sun, 16 Oct 2016 15:47:30 +0000 (17:47 +0200)
qcsrc/common/minigames/minigame/pp.qc
qcsrc/server/defs.qh

index e05658cbf2c0b486f9ccdbeb01e2a53517c2b91b..4ae9fb06b21245ff233831d8a3ff7a280e477439 100644 (file)
@@ -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)
index b515459ce1317cca9a42e0290de1e65e616f6bd2..6302128d12f414d32929160e5515ccfd11966c83 100644 (file)
@@ -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;