From 8830baabd2d90f5477e1fba1273ea9f59fa7ff46 Mon Sep 17 00:00:00 2001 From: Eukara Date: Fri, 20 Aug 2021 18:14:52 +0000 Subject: [PATCH] Enable HALFLIFEMODELS for FTE_TARGET_WEB git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6029 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/bothdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/bothdefs.h b/engine/common/bothdefs.h index fc820f6cf..c87b03cc8 100644 --- a/engine/common/bothdefs.h +++ b/engine/common/bothdefs.h @@ -300,7 +300,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #undef PLUGINS //pointless #undef VM_Q1 //no dlls #undef MAP_PROC //meh - #undef HALFLIFEMODELS //blurgh + #define HALFLIFEMODELS //blurgh #undef SUPPORT_ICE //requires udp, so not usable. webrtc could be used instead, but that logic is out of our hands. #undef HAVE_MIXER //depend upon openal instead.