Change MAX_PLAYERS check to unstable branch

This commit is contained in:
MysterD 2020-10-16 02:53:09 -07:00
parent 73900c978b
commit 46abf2c13d
1 changed files with 1 additions and 1 deletions

View File

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