From fc15bd05ab9658c5d7de8fd2d01121674857497b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 23 Sep 2011 15:17:22 +0200 Subject: [PATCH] turn off Xonotic 0.1.0 compatibility workarounds - we no longer need them --- qcsrc/common/util-pre.qh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/util-pre.qh b/qcsrc/common/util-pre.qh index f5633ab3f..e61d57fb6 100644 --- a/qcsrc/common/util-pre.qh +++ b/qcsrc/common/util-pre.qh @@ -2,6 +2,6 @@ #pragma flag enable lo #ifndef NOCOMPAT -# define WORKAROUND_XON010 -# define COMPAT_XON010_CHANNELS +//# define WORKAROUND_XON010 +//# define COMPAT_XON010_CHANNELS #endif -- 2.39.2