From 7052af8eb3e039456b9edc80e0d98c4d9ba2f309 Mon Sep 17 00:00:00 2001 From: Daniel Svensson Date: Sat, 1 Feb 2025 19:06:06 +0100 Subject: [PATCH] Enable loading of qvm game code in browser. (#282) --- engine/common/bothdefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/common/bothdefs.h b/engine/common/bothdefs.h index 809e238d8..f27df1a48 100644 --- a/engine/common/bothdefs.h +++ b/engine/common/bothdefs.h @@ -295,7 +295,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #if !defined(USE_INTERNAL_BULLET) && !defined(USE_INTERNAL_ODE) && !defined(MODELFMT_GLTF) && !defined(STATIC_EZHUD) && !defined(STATIC_OPENSSL) && !defined(STATIC_Q3) #undef PLUGINS //pointless #endif - #undef VM_Q1 //no dlls #undef MAP_PROC //meh // #undef HALFLIFEMODELS //blurgh #undef SUPPORT_ICE //requires udp, so not usable. webrtc could be used instead, but that logic is out of our hands.