X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqcmodel_hooks.qh;h=d7ccc52133f84552bdb967076dffd9a190ebd23f;hb=c624e64397b1ac7cbe3b2128a732d2f762443db3;hp=3f2b5192f6750aeb2dda83fd7eafb5659177d69d;hpb=8dd669b2c3f0ce3ea01ef930b70d40045e949c1a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/csqcmodel_hooks.qh b/qcsrc/client/csqcmodel_hooks.qh index 3f2b5192f..d7ccc5213 100644 --- a/qcsrc/client/csqcmodel_hooks.qh +++ b/qcsrc/client/csqcmodel_hooks.qh @@ -7,6 +7,7 @@ float autocvar_cl_loddistance1 = 768; float autocvar_cl_loddistance2 = 2048; bool autocvar_cl_forceplayermodels; bool autocvar_cl_forceplayercolors; +bool autocvar_cl_forceuniqueplayercolors; string autocvar_cl_forcemyplayermodel; int autocvar_cl_forcemyplayerskin; int autocvar_cl_forcemyplayercolors; @@ -47,4 +48,6 @@ const int MF_TRACER3 = BIT(7); // purple trail void CSQCModel_Effects_Apply(entity this); +void CSQCModel_LOD_Apply(entity this, bool isplayer); + void CSQCModel_Hook_PreDraw(entity this, bool isplayer);