mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-31 04:30:38 +00:00
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:
parent
d33ea9a76b
commit
ddf6246a83
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue