From 204f7a72205da97da1d7366629975b29f09eed35 Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 1 Sep 2016 14:14:37 +0200 Subject: [PATCH] Cleanup: Remove header comments that don't make sense (anymore) and commented out variables from main.qh --- qcsrc/client/main.qh | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 0a096f962..54ed9e2c3 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -3,31 +3,15 @@ #include #include -// -------------------------------------------------------------------------- -// MENU Functionality - -// -------------------------------------------------------------------------- -// Onslaught - // Map coordinate base calculations need these vector mi_center; vector mi_scale; // Minimap string minimapname; -// -------------------------------------------------------------------------- -// General stuff - float postinit; entity gametype; -//float sorted_players; -//float sorted_teams; - -// Defs -//.float ctf_state; -//.float health; - float FONT_USER = 8; @@ -37,15 +21,11 @@ void draw_cursor(vector pos, vector ofs, string img, vector col, float a); void draw_cursor_normal(vector pos, vector col, float a); void LoadMenuSkinValues(); -// -------------------------------------------------------------------------- -// Scoreboard stuff - vector hud_fontsize; float RANKINGS_RECEIVED_CNT; string grecordholder[RANKINGS_CNT]; float grecordtime[RANKINGS_CNT]; -//float csqc_flags; entity playerslots[255]; // 255 is engine limit on maxclients entity teamslots[17]; // 17 teams (including "spectator team") -- 2.39.2