1
0
mirror of https://github.com/td512/re3.git synced 2026-02-19 09:54:58 +00:00
This commit is contained in:
Fire-Head
2019-05-29 21:16:13 +03:00
parent 64f9dfbb89
commit 6f9c1f307f

View File

@@ -149,9 +149,9 @@ sq(float x) { return x*x; }
#if USE_PS2_RAND == TRUE
#define MY_RAND_MAX 32767
#else
#define MY_RAND_MAX 65535
#else
#define MY_RAND_MAX 32767
#endif
int myrand(void);