compile the lot, let the compiler filter out the unneeded files.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@132 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-04 18:02:41 +00:00
parent 87d532c3e8
commit e76cd7f2ac
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "qwsvdef.h"
#ifdef SERVERONLY
model_t *loadmodel;
char loadname[32]; // for hunk tags
@ -1314,4 +1315,5 @@ void Mod_LoadBrushModel (model_t *mod, void *buffer)
}
}
}
#endif