mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
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
This commit is contained in:
parent
50a59ff11f
commit
8cd2855713
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ SERVER_OBJS = \
|
|||
httpserver.o
|
||||
|
||||
SERVERONLY_OBJS = \
|
||||
gl_alias.o \
|
||||
svmodel.o \
|
||||
sv_sys_unix.o
|
||||
|
||||
|
|
Loading…
Reference in a new issue