X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=6efedb7deb6f52b2410793f5892d4df7c83de5ee;hb=2b84b4c6515479ed4bd1134b119ea974f7813a57;hp=9ea50c02b33d285aabce80a91a0504e470b2977f;hpb=4337dab09bbbe024bcc77db446ed76962fb17f0d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 9ea50c02b..6efedb7de 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -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);