From 9d5ea8364366573145be9374481aebf44b6351f6 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 11 Apr 2021 02:51:13 +0300 Subject: [PATCH 51/51] Correct comment about ai_fuzzy() location fuzzy_of_skill_level() function header claimed that ai_fuzzy() is in common/player.c, when it is in the same difficulty.c as fuzzy_of_skill_level() itself. See osdn #41937 Signed-off-by: Marko Lindqvist --- ai/difficulty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/difficulty.c b/ai/difficulty.c index 60515e4b0e..82b1b6edb4 100644 --- a/ai/difficulty.c +++ b/ai/difficulty.c @@ -138,7 +138,7 @@ static bv_handicap handicap_of_skill_level(enum ai_level level) /**********************************************************************//** Return the AI fuzziness (0 to 1000) corresponding to a given skill - level (1 to 10). See ai_fuzzy() in common/player.c + level (1 to 10). See ai_fuzzy() **************************************************************************/ static int fuzzy_of_skill_level(enum ai_level level) { -- 2.30.2