mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
Small fixes
This commit is contained in:
parent
11ea2e0fd8
commit
3de2739d3c
1 changed files with 1 additions and 1 deletions
|
@ -3187,7 +3187,7 @@ void BotMoveToGoal(bot_moveresult_t *result, int movestate, bot_goal_t *goal, in
|
|||
else if ((reach.traveltype & TRAVELTYPE_MASK) == TRAVEL_ELEVATOR ||
|
||||
(reach.traveltype & TRAVELTYPE_MASK) == TRAVEL_FUNCBOB)
|
||||
{
|
||||
if ((result->flags & MOVERESULT_ONTOPOF_FUNCBOB) ||
|
||||
if ((result->flags & MOVERESULT_ONTOPOF_ELEVATOR) ||
|
||||
(result->flags & MOVERESULT_ONTOPOF_FUNCBOB))
|
||||
{
|
||||
ms->reachability_time = AAS_Time() + 5;
|
||||
|
|
Loading…
Reference in a new issue