summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2019-06-03 01:25:46 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2019-06-03 01:25:46 +0300
commit0c495cb18818c5aabd86fb59d230eada713997bd (patch)
tree1efa74ceaa2134691a803bcad370b848b6edac67 /src/common.h
parentaa1163ccb2784f618f012ca878e07af54b2e9041 (diff)
added NO_MOVIES
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index c4220b74..4844353b 100644
--- a/src/common.h
+++ b/src/common.h
@@ -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