]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qh
Cleanup: Remove header comments that don't make sense (anymore) and commented out...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qh
index 0a096f962a8f9b7f90c446bc864e6b4403abd6ea..54ed9e2c39aafd90498b2ad39633fe3846540a89 100644 (file)
@@ -3,31 +3,15 @@
 #include <common/constants.qh>
 #include <common/weapons/_all.qh>
 
-// --------------------------------------------------------------------------
-// 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")