save point for tomorrow, good night
This commit is contained in:
parent
44512457c8
commit
02823791c0
5 changed files with 69 additions and 17 deletions
|
|
@ -2323,7 +2323,6 @@ bool Bot::HeadTowardWaypoint (void)
|
|||
m_navNode = m_navNode->next; // advance in list
|
||||
m_currentTravelFlags = 0; // reset travel flags (jumping etc)
|
||||
|
||||
// we're not at the end of the list?
|
||||
// we're not at the end of the list?
|
||||
if (m_navNode != NULL)
|
||||
{
|
||||
|
|
@ -2347,7 +2346,7 @@ bool Bot::HeadTowardWaypoint (void)
|
|||
kills = (g_experienceData + (waypoint * g_numWaypoints) + waypoint)->team1Damage / g_highestDamageCT;
|
||||
|
||||
// if damage done higher than one
|
||||
if (kills > 0.15f && g_timeRoundMid > GetWorldTime ())
|
||||
if (kills > 0.15f && g_timeRoundMid + 15.0f > GetWorldTime ())
|
||||
{
|
||||
switch (m_personality)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue