mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 18:46:52 +01:00
fix2
This commit is contained in:
parent
64f9dfbb89
commit
6f9c1f307f
@ -149,9 +149,9 @@ sq(float x) { return x*x; }
|
|||||||
|
|
||||||
|
|
||||||
#if USE_PS2_RAND == TRUE
|
#if USE_PS2_RAND == TRUE
|
||||||
#define MY_RAND_MAX 32767
|
|
||||||
#else
|
|
||||||
#define MY_RAND_MAX 65535
|
#define MY_RAND_MAX 65535
|
||||||
|
#else
|
||||||
|
#define MY_RAND_MAX 32767
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int myrand(void);
|
int myrand(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user