Codechange: Use fmt::format to convert value to binary string representation. (#13016)
commit7a71df2952864bf4406640a6b7fda27a160abbe4
authorPeter Nelson <peter1138@openttd.org>
Tue, 22 Oct 2024 12:59:08 +0000 (22 13:59 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2024 12:59:08 +0000 (22 13:59 +0100)
tree6a495c3e4c6b34cfd8bfdd64746876ba8c02cc1c
parent51ffb2a1a339d4fbbb7d094a3ff4e5a4e232fa77
Codechange: Use fmt::format to convert value to binary string representation. (#13016)

Avoids manually iterating bits into an array.
src/pathfinder/water_regions.cpp