From 8cd2855713228d3356e6e90348b8e513c53b2cc3 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 16 Jul 2005 14:37:38 +0000 Subject: [PATCH] forgot to add gl_alias.c to the dedicated server - which uses the same loading/tags code as the client version. Ideally these would be split up properly, but I'm too lazy for that today. This adds MOVE_HITMODEL support and tags. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1147 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/Makefile b/engine/Makefile index 3f831ceca..944fcefd0 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -262,6 +262,7 @@ SERVER_OBJS = \ httpserver.o SERVERONLY_OBJS = \ + gl_alias.o \ svmodel.o \ sv_sys_unix.o