summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2019-06-03 00:25:46 +0200
committerFire-Head <Fire-Head@users.noreply.github.com>2019-06-03 00:25:46 +0200
commit0c495cb18818c5aabd86fb59d230eada713997bd (patch)
tree1efa74ceaa2134691a803bcad370b848b6edac67 /src/common.h
parentMerge pull request #2 from GTAmodding/master (diff)
downloadre3-0c495cb18818c5aabd86fb59d230eada713997bd.tar
re3-0c495cb18818c5aabd86fb59d230eada713997bd.tar.gz
re3-0c495cb18818c5aabd86fb59d230eada713997bd.tar.bz2
re3-0c495cb18818c5aabd86fb59d230eada713997bd.tar.lz
re3-0c495cb18818c5aabd86fb59d230eada713997bd.tar.xz
re3-0c495cb18818c5aabd86fb59d230eada713997bd.tar.zst
re3-0c495cb18818c5aabd86fb59d230eada713997bd.zip
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