mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-04 11:00:04 -04: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