Only the server should care about that one.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@843 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-28 04:22:51 +00:00
parent d3b98b8243
commit becd8b1b64
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#undef GLQUAKE //compiler option
#endif
#ifdef CLIENTONLY
#ifdef SERVERONLY
#define isDedicated true
#endif