summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index e8e3cf69..af50313b 100644
--- a/src/common.h
+++ b/src/common.h
@@ -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);