1
0
forked from 0ad/0ad

Oops, forgot to add the PS_MAX_PLAYERS constant

This was SVN commit r1757.
This commit is contained in:
Simon Brenner 2005-01-23 04:14:49 +00:00
parent bcf89936c1
commit 6dcac374e7

View File

@ -15,6 +15,9 @@ ERROR_GROUP(Game);
#include <vector>
// 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 );