DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.74k stars 231 forks source link

Replace _finite with std::isfinite #416

Closed GravisZro closed 1 month ago

GravisZro commented 1 month ago

Pull Request Type

Description

std::isfinite is a drop in replacement for _finite that is multiplatform which means the definition in linux_fix.h is no longer required.

Checklist

winterheart commented 1 month ago

No issues on Linux, ready to merge.