From 6dcac374e761a5aa52569f1a19276ca5a856c103 Mon Sep 17 00:00:00 2001 From: olsner Date: Sun, 23 Jan 2005 04:14:49 +0000 Subject: [PATCH] Oops, forgot to add the PS_MAX_PLAYERS constant This was SVN commit r1757. --- source/ps/Game.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/ps/Game.h b/source/ps/Game.h index 6addc40da2..b18de1859c 100755 --- a/source/ps/Game.h +++ b/source/ps/Game.h @@ -15,6 +15,9 @@ ERROR_GROUP(Game); #include +// Hard player limit (not counting the Gaia player) +#define PS_MAX_PLAYERS 6 + namespace PlayerArray_JS { JSBool GetProperty( JSContext* cx, JSObject* obj, jsval id, jsval* vp );