From 1a0b3ff79dad24ab4ab26194b2ace73e447a82f4 Mon Sep 17 00:00:00 2001 From: MysterD Date: Fri, 16 Oct 2020 02:53:09 -0700 Subject: [PATCH] Change MAX_PLAYERS check to unstable branch --- include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/types.h b/include/types.h index a809d9ce..3207bbdc 100644 --- a/include/types.h +++ b/include/types.h @@ -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