From: terencehill Date: Thu, 1 Sep 2016 12:14:37 +0000 (+0200) Subject: Cleanup: Remove header comments that don't make sense (anymore) and commented out... X-Git-Tag: xonotic-v0.8.2~627 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=204f7a72205da97da1d7366629975b29f09eed35;p=xonotic%2Fxonotic-data.pk3dir.git Cleanup: Remove header comments that don't make sense (anymore) and commented out variables from main.qh --- 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")