making client-only builds build a little further

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2619 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2007-08-30 18:27:39 +00:00
parent d33ea9a76b
commit ddf6246a83
1 changed files with 2 additions and 0 deletions

View File

@ -589,6 +589,7 @@ void Heightmap_FatPVS (model_t *mod, vec3_t org, qboolean add)
{
}
#ifndef CLIENTONLY
qboolean Heightmap_EdictInFatPVS (model_t *mod, edict_t *edict)
{
return true;
@ -597,6 +598,7 @@ qboolean Heightmap_EdictInFatPVS (model_t *mod, edict_t *edict)
void Heightmap_FindTouchedLeafs (model_t *mod, edict_t *ent)
{
}
#endif
void Heightmap_LightPointValues (model_t *mod, vec3_t point, vec3_t res_diffuse, vec3_t res_ambient, vec3_t res_dir)
{