From: FauziAkram Date: Fri, 25 Aug 2023 12:42:44 +0000 (+0300) Subject: Rename one variable X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=adf29b3fd69cdca035d1aa6675e01acafbf4d07f;hp=adf29b3fd69cdca035d1aa6675e01acafbf4d07f;p=stockfish Rename one variable To enhance code clarity and prevent potential confusion with the 'r' variable assigned to reduction later in the code, this pull request renames it to 'reductionScale' when we use the same name in the reduction() function. Using distinct variable names for separate functions improves code readability and maintainability. closes https://github.com/official-stockfish/Stockfish/pull/4765 No functional change ---