]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util-pre.qh
Merge remote branch 'origin/terencehill/incompatible_mutators'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util-pre.qh
index 2472374df33dc485ba5373a107aad432972d6f49..518a5698d3aead0d6b4fe0a98bce583e89f7f92d 100644 (file)
@@ -1,5 +1,9 @@
-//float log(float x);
-#define log log_builtin \
-       #undef log \
-       /* turn the next use of "log" into a declaration of log_builtin */
+#pragma flag enable subscope
+#pragma flag enable lo
 
+#ifndef NOCOMPAT
+//# define WORKAROUND_XON010
+//# define COMPAT_XON010_CHANNELS
+# define COMPAT_XON050_ENGINE
+# define COMPAT_NO_MOD_IS_XONOTIC
+#endif