Change MAX_PLAYERS check to unstable branch

This commit is contained in:
MysterD 2020-10-16 02:53:09 -07:00
parent c49ba7cdd8
commit 1a0b3ff79d

View file

@ -390,7 +390,7 @@ struct MarioState
// NOTE: this defines the maximum number of players... // NOTE: this defines the maximum number of players...
// HOWEVER, simply increasing this to 3 will not magically work // HOWEVER, simply increasing this to 3 will not magically work
// many things will have to be overhauled! // many things will have to be overhauled!
#ifdef DEVELOPMENT #ifdef UNSTABLE_BRANCH
#define MAX_PLAYERS 4 #define MAX_PLAYERS 4
#else #else
#define MAX_PLAYERS 2 #define MAX_PLAYERS 2