mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-04-17 15:02:27 +03:00
fix typo
This commit is contained in:
parent
a4d74392f0
commit
f3d8d1b5fd
@ -941,7 +941,7 @@ void CCSBot::RemovePath(CNavArea *area)
|
||||
void CCSBot::RemoveHidingSpot(HidingSpot *spot)
|
||||
{
|
||||
int i = 0;
|
||||
while (i < m_pathLength)
|
||||
while (i < m_checkedHidingSpotCount)
|
||||
{
|
||||
if (m_checkedHidingSpot[i].spot == spot)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user