Skip to content

Commit

Permalink
Prevent trigger_look from transitioning across levels (fix Mod_NumFor…
Browse files Browse the repository at this point in the history
…Name error)
  • Loading branch information
FreeSlave committed Sep 24, 2024
1 parent cb3cde1 commit 2864212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/triggers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6228,6 +6228,7 @@ class CTriggerLook : public CBaseDelay
public:
void KeyValue(KeyValueData *pkvd);
void Spawn();
int ObjectCaps() { return CBaseEntity::ObjectCaps() & ~FCAP_ACROSS_TRANSITION; }
void Touch(CBaseEntity* pOther);

EHANDLE m_hLookTarget;
Expand Down

0 comments on commit 2864212

Please sign in to comment.