]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Server doesn't need to know the client cvar hud_panel_centerprint_time anymore, it...
authorterencehill <piuntn@gmail.com>
Tue, 14 Jun 2011 22:33:51 +0000 (00:33 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 14 Jun 2011 22:33:51 +0000 (00:33 +0200)
qcsrc/server/defs.qh
qcsrc/server/miscfunctions.qc

index c7052ceee943a9cc4d49bffe1d8a7e3afd369c45..8473414d22eae69e094a466efa29646bd7406efb 100644 (file)
@@ -312,7 +312,6 @@ float default_weapon_alpha;
 .float() customizeentityforclient;
 .float cvar_cl_handicap;
 .float cvar_cl_playerdetailreduction;
-.float cvar_hud_panel_centerprint_time;
 .string cvar_g_xonoticversion;
 .string cvar_cl_weaponpriority;
 .string cvar_cl_weaponpriorities[10];
index 51a06af2e37b8f50e3423cbf01000dde85202d97..46b6952b9a3d1cd0c7f0f4e1285646522ed9e3ae 100644 (file)
@@ -579,7 +579,6 @@ void GetCvars(float f)
        MUTATOR_CALLHOOK(GetCvars);
        GetCvars_handleFloat(s, f, autoswitch, "cl_autoswitch");
        GetCvars_handleFloat(s, f, cvar_cl_playerdetailreduction, "cl_playerdetailreduction");
-       GetCvars_handleFloat(s, f, cvar_hud_panel_centerprint_time, "hud_panel_centerprint_time");
        GetCvars_handleString(s, f, cvar_g_xonoticversion, "g_xonoticversion");
        GetCvars_handleFloat(s, f, cvar_cl_handicap, "cl_handicap");
        GetCvars_handleString_Fixup(s, f, cvar_cl_weaponpriority, "cl_weaponpriority", W_FixWeaponOrder_ForceComplete_AndBuildImpulseList);