X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2Fmain.qh;h=499e84b6ee0aa0b88a6c51372adf5b3ffe348e18;hb=09dd8f125cd47599d0afb2ed2b76763ae5113eb6;hp=58a0bad1969c8dbdaee95fcff27c75390f23a303;hpb=87bcf91b0bb31ca5292d26e18026b628db6185fa;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 58a0bad19..499e84b6e 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -141,7 +141,7 @@ float chase_active_backup; float camera_roll; vector camera_direction; -void centerprint(string strMessage); +void centerprint_hud(string strMessage); void centerprint_generic(float new_id, string strMessage, float duration, float countdown_num); #define ALPHA_MIN_VISIBLE 0.003 @@ -165,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);