mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 01:49:23 +00:00
added NO_MOVIES
This commit is contained in:
parent
aa1163ccb2
commit
0c495cb188
5 changed files with 45 additions and 31 deletions
|
@ -125,7 +125,7 @@ inline float sq(float x) { return x*x; }
|
|||
#define DEGTORAD(x) ((x) * PI / 180.0f)
|
||||
#define RADTODEG(x) ((x) * 180.0f / PI)
|
||||
|
||||
#if USE_PS2_RAND == TRUE
|
||||
#ifdef USE_PS2_RAND
|
||||
#define MYRAND_MAX 65535
|
||||
#else
|
||||
#define MYRAND_MAX 32767
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue