From ef9726e0b39a5e296c47daaffff2a5f6e508a67a Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 16 Jun 2021 07:09:52 +0300 Subject: [PATCH 60/60] Correct ai_timer_init() function header See osdn #42455 Signed-off-by: Marko Lindqvist --- common/ai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ai.c b/common/ai.c index c02eabc3bd..12f73c74b0 100644 --- a/common/ai.c +++ b/common/ai.c @@ -45,7 +45,7 @@ static struct ai_timer *aitimers = NULL; static struct ai_timer *aitimer_plrs = NULL; /*************************************************************************//** - Allocate memory for Start the timer for the AI of a player. + Allocate resources for the AI timers. *****************************************************************************/ void ai_timer_init(void) { -- 2.30.2