bump MAX_PLAYERS to 16

This commit is contained in:
fgsfds 2021-04-06 02:32:06 +03:00
parent 10c63a1706
commit 60c8da9479
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ struct MarioState
// HOWEVER, simply increasing this to 3 will not magically work
// many things will have to be overhauled!
#ifdef UNSTABLE_BRANCH
#define MAX_PLAYERS 4
#define MAX_PLAYERS 16
#else
#define MAX_PLAYERS 2
#endif