Made TW's config compatible with the latest rev.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5341 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
73d836aaee
commit
d547047b7f
1 changed files with 5 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
// All my fault -eukara
|
// All my fault -eukara
|
||||||
#define ENGINE_ROUTING
|
#define ENGINE_ROUTING
|
||||||
#undef USE_INTERNAL_BULLET
|
#define USE_INTERNAL_BULLET
|
||||||
#define MENU_NATIVECODE // Will make a debut eventually, hopefully
|
#define MENU_NATIVECODE // Will make a debut eventually, hopefully
|
||||||
|
|
||||||
// What do we use
|
// What do we use
|
||||||
|
@ -39,6 +39,7 @@
|
||||||
#define AVAIL_OPENAL
|
#define AVAIL_OPENAL
|
||||||
#define AVAIL_ZLIB
|
#define AVAIL_ZLIB
|
||||||
#define AVAIL_OGGVORBIS
|
#define AVAIL_OGGVORBIS
|
||||||
|
#define IMAGEFMT_PCX
|
||||||
#define NOMEDIA
|
#define NOMEDIA
|
||||||
#define CL_MASTER
|
#define CL_MASTER
|
||||||
#define CSQC_DAT
|
#define CSQC_DAT
|
||||||
|
@ -76,7 +77,7 @@
|
||||||
#define Q1BSPS // HL content support
|
#define Q1BSPS // HL content support
|
||||||
#undef Q2BSPS
|
#undef Q2BSPS
|
||||||
#undef RFBSPS
|
#undef RFBSPS
|
||||||
#undef TERRAIN
|
#define TERRAIN
|
||||||
#undef DOOMWADS
|
#undef DOOMWADS
|
||||||
#undef MAP_PROC
|
#undef MAP_PROC
|
||||||
|
|
||||||
|
@ -112,8 +113,8 @@
|
||||||
#undef IMAGEFMT_KTX
|
#undef IMAGEFMT_KTX
|
||||||
#undef IMAGEFMT_PKM
|
#undef IMAGEFMT_PKM
|
||||||
#undef IMAGEFMT_BLP //legacy crap
|
#undef IMAGEFMT_BLP //legacy crap
|
||||||
#undef IMAGEFMT_BMP //legacy crap
|
#define IMAGEFMT_BMP //legacy crap
|
||||||
#undef IMAGEFMT_PCX //legacy crap
|
//#undef IMAGEFMT_PCX //legacy crap
|
||||||
#undef NETPREPARSE //allows for running both nq+qw on the same server (if not, protocol used must match gamecode).
|
#undef NETPREPARSE //allows for running both nq+qw on the same server (if not, protocol used must match gamecode).
|
||||||
#undef USE_SQLITE //sql-database-as-file support
|
#undef USE_SQLITE //sql-database-as-file support
|
||||||
#undef QUAKESTATS //defines STAT_HEALTH etc. if omitted, you'll need to provide that functionality yourself.
|
#undef QUAKESTATS //defines STAT_HEALTH etc. if omitted, you'll need to provide that functionality yourself.
|
||||||
|
|
Loading…
Reference in a new issue