Skip to content

Commit

Permalink
Prevent game_zone_player from transitioning across levels to fix Mod_…
Browse files Browse the repository at this point in the history
…NumForName: not found issue
  • Loading branch information
FreeSlave committed Sep 24, 2024
1 parent c461624 commit cdd56bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/maprules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class CRuleBrushEntity : public CRuleEntity
{
public:
void Spawn( void );
int ObjectCaps() { return CRuleEntity::ObjectCaps() & ~FCAP_ACROSS_TRANSITION; }

private:
};
Expand Down

0 comments on commit cdd56bc

Please sign in to comment.