aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/server/ai_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/server/ai_utils.cpp')
-rw-r--r--mp/src/game/server/ai_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/server/ai_utils.cpp b/mp/src/game/server/ai_utils.cpp
index 802a1c10..83847479 100644
--- a/mp/src/game/server/ai_utils.cpp
+++ b/mp/src/game/server/ai_utils.cpp
@@ -46,7 +46,7 @@ END_DATADESC()
CAI_ShotRegulator::CAI_ShotRegulator() : m_nMinBurstShots(1), m_nMaxBurstShots(1)
{
m_flMinRestInterval = 0.0f;
- m_flMinRestInterval = 0.0f;
+ m_flMaxRestInterval = 0.0f;
m_flMinBurstInterval = 0.0f;
m_flMaxBurstInterval = 0.0f;
m_flNextShotTime = -1;