diff --git a/engine/common/bothdefs.h b/engine/common/bothdefs.h index c58830050..727c3d167 100644 --- a/engine/common/bothdefs.h +++ b/engine/common/bothdefs.h @@ -109,6 +109,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MENU_DAT //support for menu.dat + #define Q3SHADERS + // #define VOICECHAT //experimental //these things were moved to plugins. @@ -163,6 +165,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #undef TEXTEDITOR #undef RUNTIMELIGHTING #undef PLUGINS //we don't have any server side stuff. + #undef Q3SHADERS #endif #ifdef CLIENTONLY //remove optional server componants that make no sence on a client only build. #undef Q2SERVER @@ -181,6 +184,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif #endif +#if !defined(RGLQUAKE) + #undef Q3BSPS +#endif +#if !defined(Q3BSPS) + #undef Q3SHADERS +#endif + #define PROTOCOLEXTENSIONS #define PRE_SAYONE 2.487 //FIXME: remove.