From 2e7388bb30e92da0d4d9e7c00ae701d5b6300628 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 29 Jan 2017 13:45:59 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5053 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/com_mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/com_mesh.c b/engine/common/com_mesh.c index 5eb150318..e9a329bba 100644 --- a/engine/common/com_mesh.c +++ b/engine/common/com_mesh.c @@ -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)