X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fsys-post.qh;h=4fee9fec0572fb9d3cc4d10c4e5b990adc6e3e59;hb=c0d4211cc0400146d46a49e0e6e0218925eaaf48;hp=26eac6b7ba75348021f9f886efe127c77d535445;hpb=e5b25844616785c13578dad622a6829a7c928930;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/sys-post.qh b/qcsrc/client/sys-post.qh index 26eac6b7b..4fee9fec0 100644 --- a/qcsrc/client/sys-post.qh +++ b/qcsrc/client/sys-post.qh @@ -1,3 +1,12 @@ #pragma noref 0 #undef ATTN_NORM + +#ifdef COMPAT_050_ENGINE +// WORKAROUND for 0.5.0 engine +// FIXME remove this after 0.6 release +#undef getproperty +#undef getpropertyvec +float (float property) getproperty = #303; +vector (float property) getpropertyvec = #303; +#endif