]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qh
Attempt to make "no preview" images skin dependent. Works for the client part, but...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qh
index 9ea50c02b33d285aabce80a91a0504e470b2977f..6efedb7deb6f52b2410793f5892d4df7c83de5ee 100644 (file)
@@ -131,10 +131,6 @@ float ready_waiting_for_me;
 float vote_waiting;
 float vote_waiting_for_me;
 
-float previous_game_starttime;
-entity restartAnnouncer; //a temporary entity which will play the countdown sounds 3, 2, 1 for the client
-void restartAnnouncer_Think();
-
 float current_zoomfraction;
 
 float cs_project_is_b0rked;
@@ -169,3 +165,6 @@ float g_trueaim_minrange;
 entity entcs_receiver[255]; // 255 is the engine limit on maxclients
 
 float hud;
+float view_quality;
+
+void cvar_clientsettemp(string cv, string val);