From 77f02faf15948b8842d707e2984ce8ce506fbda1 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sat, 30 Mar 2024 13:29:51 +0100 Subject: [PATCH] Codefix 977aba73be: also update comment about removal of is_random (#12400) --- src/script/script_config.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/script/script_config.hpp b/src/script/script_config.hpp index ef74f08c38..4f171621de 100644 --- a/src/script/script_config.hpp +++ b/src/script/script_config.hpp @@ -73,7 +73,6 @@ public: * @param version The version of the Script to load, or -1 of latest. * @param force_exact_match If true try to find the exact same version * as specified. If false any compatible version is ok. - * @param is_random Is the Script chosen randomly? */ void Change(std::optional name, int version = -1, bool force_exact_match = false);