OSDN Git Service

[Refactor] #1434 ABS() のマクロ関数をstd::abs() に差し替えた / Replaced the macro function ABS...
authorHourier <66951241+Hourier@users.noreply.github.com>
Thu, 14 Oct 2021 11:09:28 +0000 (20:09 +0900)
committerHourier <66951241+Hourier@users.noreply.github.com>
Thu, 14 Oct 2021 11:12:57 +0000 (20:12 +0900)
commit1574ce597f845a58ea791cec576b9f5f943324a7
treea8e01169124307ba04452ef4d056d7c6f48487c0
parent8762ca819b66804c624b129fe956d416b8d11bef
[Refactor] #1434 ABS() のマクロ関数をstd::abs() に差し替えた / Replaced the macro function ABS() to std::abs()
14 files changed:
src/flavor/flavor-describer.cpp
src/floor/geometry.cpp
src/floor/line-of-sight.cpp
src/io/write-diary.cpp
src/monster-floor/monster-lite.cpp
src/monster-floor/monster-summon.cpp
src/monster/monster-list.cpp
src/monster/monster-processor-util.cpp
src/specific-object/chest.cpp
src/spell/range-calc.cpp
src/system/h-define.h
src/target/target-setter.cpp
src/term/z-rand.cpp
src/util/sort.cpp