We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965ef97 commit 271c999Copy full SHA for 271c999
.gitignore
@@ -37,5 +37,3 @@ waf3*/
37
.vscode/
38
.depproj/
39
source-engine.sln
40
-hl2/
41
-
game/server/hl2/ai_behavior_police.cpp
@@ -33,6 +33,7 @@ CAI_PolicingBehavior::CAI_PolicingBehavior( void )
33
m_bEnabled = false;
34
m_nNumWarnings = 0;
35
m_bTargetIsHostile = false;
36
+ m_hPoliceGoal = NULL;
}
//-----------------------------------------------------------------------------
0 commit comments