From 4896f33bdf152e96693d46d89e90cb2ab5241662 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 16 Jun 2021 07:11:46 +0300 Subject: [PATCH 33/33] 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 e9e48299d9..584f163d5d 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