mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Erm, yeah, don't want CLIENTONLY when we're going for a mimimal server...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@578 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f1ebcd115c
commit
b719cd9109
1 changed files with 2 additions and 1 deletions
|
@ -67,8 +67,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
#define MD3MODELS //we DO want to use quake3 alias models. This might be a minimal build, but we still want this.
|
||||
|
||||
#ifndef SERVERONLY //don't be stupid, stupid.
|
||||
#define CLIENTONLY
|
||||
|
||||
#endif
|
||||
#else
|
||||
|
||||
#define SIDEVIEWS 4 //enable secondary/reverse views.
|
||||
|
|
Loading…
Reference in a new issue