From 93a38649f37af13760d8770baf906f3ea969900a Mon Sep 17 00:00:00 2001 From: babbygremlin <72063088+babbygremlin@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:30:30 -0700 Subject: [PATCH] Fix default control scheme for combat sim the default control scheme for new profiles in combat simulations was being set to 1.1 instead of 1.2 this just changes the number, its very tiny --- src/game/mplayer/mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/mplayer/mplayer.c b/src/game/mplayer/mplayer.c index 7ad23df96..7740eecab 100644 --- a/src/game/mplayer/mplayer.c +++ b/src/game/mplayer/mplayer.c @@ -372,7 +372,7 @@ void mpPlayerSetDefaults(s32 playernum, bool autonames) func0f187fbc(playernum); - g_PlayerConfigsArray[playernum].controlmode = CONTROLMODE_11; + g_PlayerConfigsArray[playernum].controlmode = CONTROLMODE_12; g_PlayerConfigsArray[playernum].options = OPTION_LOOKAHEAD | OPTION_SIGHTONSCREEN