small cleanup

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@32 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-08-23 06:23:11 +00:00
parent 262eb2d8a1
commit 47c8c80a0a
1 changed files with 7 additions and 6 deletions

View File

@ -35,8 +35,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define AVAIL_PNGLIB
#define AVAIL_JPEGLIB
#define AVAIL_ZLIB
// #define AVAIL_OGGVORBIS
#endif
#define AVAIL_MASM
//#define AVAIL_DX7
@ -49,10 +52,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#endif
#ifndef AVAIL_OGGVORBIS
#define NO_OGGVORBIS
#endif
#define SVRANKING
#ifdef MINIMAL
@ -62,7 +61,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#undef AVAIL_PNGLIB //no png support
#undef USE_MADLIB //no internal mp3 playing
#undef AVAIL_DX7 //no d3d support
#define NO_OGGVORBIS //don't use oggvorbis
#define NOMEDIA //NO playing of avis/cins/roqs
#define NOVOICECHAT //NO sound recording, tcp streaming and playback on a remote client. not finalised.
@ -140,6 +138,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#endif
#ifdef NODIRECTX
#undef AVAIL_DX7
#endif
#ifdef SERVERONLY //remove options that don't make sense on only a server
#undef Q2CLIENT
@ -166,7 +168,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#endif
#define PROTOCOLEXTENSIONS
#define PRE_SAYONE 2.487 //FIXME: remove.