Update comment

This commit is contained in:
Sally Coolatta 2021-02-26 06:12:19 -05:00
parent df13b9fcfa
commit 59fa615cc8
3 changed files with 6 additions and 6 deletions

View file

@ -849,7 +849,7 @@ static INT16 K_FindBotController(mobj_t *mo)
player - The bot player this prediction is for.
Return:-
N/A
None
--------------------------------------------------*/
static void K_DrawPredictionDebug(botprediction_t *predict, player_t *player)
{

View file

@ -200,14 +200,14 @@ fixed_t K_BotReducePrediction(player_t *player);
/*--------------------------------------------------
void K_NudgePredictionTowardsObjects(botprediction_t *predict, player_t *player);
Generates a sum for objects to steer towards/away from.
Moves the bot's prediction, based on objects around the bot.
Input Arguments:-
predict - The bot's prediction to nudge.
player - Player to compare.
turn - Turn value before object steering.
Return:-
Turn amount sum to add to final product.
None
--------------------------------------------------*/
void K_NudgePredictionTowardsObjects(botprediction_t *predict, player_t *player);

View file

@ -433,7 +433,7 @@ fixed_t K_BotReducePrediction(player_t *player)
weight - How important this object is.
Return:-
N/A
None
--------------------------------------------------*/
static void K_AddAttackObject(mobj_t *thing, UINT8 side, UINT8 weight)
{
@ -465,7 +465,7 @@ static void K_AddAttackObject(mobj_t *thing, UINT8 side, UINT8 weight)
weight - How important this object is.
Return:-
N/A
None
--------------------------------------------------*/
static void K_AddDodgeObject(mobj_t *thing, UINT8 side, UINT8 weight)
{