mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-12-26 12:00:02 -05:00
In `psrand.h` it attempts to undefine RAND_MAX and then redefine it. This may work on some compilers but G++/Clang. To resolve this error RAND_MAX was renamed to D3_RAND_MAX but **only** in files that included `psrand.h`. The code behavior should restored to that of the official release.
1.3 KiB
1.3 KiB