git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5053 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Spoike 2017-01-29 13:45:59 +00:00
parent 4fcd615308
commit 2e7388bb30
1 changed files with 1 additions and 1 deletions

View File

@ -1573,7 +1573,7 @@ qboolean Alias_GAliasBuildMesh(mesh_t *mesh, vbo_t **vbop, galiasinfo_t *inf, in
#endif
mesh->trneighbors = inf->ofs_trineighbours;
#ifdef SKELETALMODELS
#if defined(SKELETALMODELS) && !defined(SERVERONLY)
if (!inf->numbones)
usebones = false;
else if (inf->ofs_skel_xyz && !inf->ofs_skel_weight)