]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/sys-post.qh
Merge remote-tracking branch 'origin/master' into samual/weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / sys-post.qh
index 26eac6b7ba75348021f9f886efe127c77d535445..a883039fed0366b574c9acfe4e4bb7df093c95d2 100644 (file)
@@ -1,3 +1,12 @@
 #pragma noref 0
 
-#undef ATTN_NORM
+#undef ATTEN_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