Update config_wastes.h for an upcoming playtest.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6237 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Eukara 2022-05-27 18:33:48 +00:00
parent 7fea1f33ee
commit b8b77e2a1d
1 changed files with 6 additions and 3 deletions

View File

@ -101,10 +101,14 @@
#define TERRAIN
/* audio */
#define AVAIL_OPENAL
#define AVAIL_DSOUND
#undef AVAIL_OPENAL
#define AVAIL_OGGVORBIS
#define HAVE_OPUS
#define VOICECHAT
/* todo: make OpenAL only */
#define HAVE_MIXER
/* Model formats, IQM/VVM and HLMDL for legacy maps */
#define INTERQUAKEMODELS
@ -137,7 +141,7 @@
#undef MENU_NATIVECODE /* native menu replacing menuQC */
#undef MVD_RECORDING /* server can record MVDs. */
#undef AVAIL_WASAPI /* windows advanced sound api */
#undef AVAIL_DSOUND /* MICROS~1 trash */
//#undef AVAIL_DSOUND /* MICROS~1 trash */
#undef BOTLIB_STATIC /* q3 botlib */
#undef AVAIL_XZDEC /* .xz decompression */
#undef HAVE_SPEEX /* .xz decompression */
@ -176,7 +180,6 @@
#undef SIDEVIEWS
#undef MAX_SPLITS
#undef SUBSERVERS /* multi-map */
#undef HAVE_MIXER /* OpenAL only */
#undef VM_LUA /* lua game-logic */
#undef HLCLIENT /* regressed, unfinished*/
#undef HLSERVER /* regressed, unfinished */