From: Rudolf Polzer Date: Fri, 23 Sep 2011 13:17:22 +0000 (+0200) Subject: turn off Xonotic 0.1.0 compatibility workarounds - we no longer need them X-Git-Tag: xonotic-v0.6.0~40^2~117 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=fc15bd05ab9658c5d7de8fd2d01121674857497b turn off Xonotic 0.1.0 compatibility workarounds - we no longer need them --- 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