X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_subs.qh;h=1f5537cea52f92ffa5e7e1f3284edd20cadcea04;hb=a9cbb4dcb7b3270ddbd39fa729485c91d2ceafcf;hp=4f9fc471f55609698c5bb490be56fcd7a1741edb;hpb=edf01df130d0d1877461561178b8833a9ab6051c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/g_subs.qh b/qcsrc/server/g_subs.qh index 4f9fc471f..1f5537cea 100644 --- a/qcsrc/server/g_subs.qh +++ b/qcsrc/server/g_subs.qh @@ -138,7 +138,7 @@ float angc (float a1, float a2); .float loddistance1; .float loddistance2; -float LOD_customize(entity this); +bool LOD_customize(entity this, entity client); void LOD_uncustomize(entity this);