diff options
Diffstat (limited to 'src/cgame/cg_ents.c')
-rw-r--r-- | src/cgame/cg_ents.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_ents.c b/src/cgame/cg_ents.c index 1d6d5733..278309b8 100644 --- a/src/cgame/cg_ents.c +++ b/src/cgame/cg_ents.c @@ -882,6 +882,7 @@ static void CG_CEntityPVSEnter( centity_t *cent ) cent->jetPackState = JPS_OFF; cent->buildablePS = NULL; cent->entityPS = NULL; + cent->entityPSMissing = qfalse; //make sure that the buildable animations are in a consistent state //when a buildable enters the PVS |