clean up return statements a bit more
This commit is contained in:
parent
9d626b6a12
commit
9e9d6fa52c
3 changed files with 4 additions and 9 deletions
|
@ -3455,8 +3455,6 @@ void BotMoveToGoal(bot_moveresult_t *result, int movestate, bot_goal_t *goal, in
|
|||
if (result->blocked) ms->reachability_time -= 10 * ms->thinktime;
|
||||
//copy the last origin
|
||||
VectorCopy(ms->origin, ms->lastorigin);
|
||||
//return the movement result
|
||||
return;
|
||||
} //end of the function BotMoveToGoal
|
||||
//===========================================================================
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue