ThePhrozenKeep / D2MOO

Reimplementation of the Diablo2 game coupled with patching facilities for modders.
MIT License
93 stars 29 forks source link

Replace C defines with `std::numeric_limits` #171

Open Necrolis opened 1 month ago

Necrolis commented 1 month ago

As per the title, replacing the C defines and literal constants with std::numeric_limts will improve readability, tool-based analysis and potentially reduce bugs.