Updated some defines, Fixed the website renference..

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1317 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-09-14 04:21:02 +00:00
parent c2885176f3
commit 2b09279b12
1 changed files with 5 additions and 3 deletions

View File

@ -99,8 +99,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define SP2MODELS //quake2 sprite models
#define MD2MODELS //quake2 alias models
#define MD3MODELS //quake3 alias models
// #define MD5MODELS //doom3 models
// #define ZYMOTICMODELS //zymotic skeletal models.
#define MD5MODELS //doom3 models
#define ZYMOTICMODELS //zymotic skeletal models.
#define HUFFNETWORK //huffman network compression
#define HALFLIFEMODELS //halflife model support (experimental)
// #define DOOMWADS //doom wad/map/sprite support
@ -179,6 +179,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifdef SERVERONLY //remove options that don't make sense on only a server
#undef Q2CLIENT
#undef Q3CLIENT
#undef VM_UI
#undef VM_CG
#undef WEBCLIENT
#undef IRCCLIENT
#undef TEXTEDITOR
@ -240,7 +242,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define DISTRIBUTION "FTE"
#define DISTRIBUTIONLONG "Forethought Entertainment"
#define ENGINEWEBSITE "http://fte.quakesrc.org/"
#define ENGINEWEBSITE "http://fteqw.sourceforge.net/"
#if defined(_WIN32)
#define PLATFORM "Win32"