From 5cc9bce4e9d3a76e0d8c0190928394a3167982fd Mon Sep 17 00:00:00 2001 From: Nayla Date: Fri, 23 Feb 2024 17:01:59 -0500 Subject: [PATCH] Update Gamestate.cpp --- Source/Core/Core/MarioPartyNetplay/Gamestate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/MarioPartyNetplay/Gamestate.cpp b/Source/Core/Core/MarioPartyNetplay/Gamestate.cpp index f389594b3c..db19b71c39 100644 --- a/Source/Core/Core/MarioPartyNetplay/Gamestate.cpp +++ b/Source/Core/Core/MarioPartyNetplay/Gamestate.cpp @@ -47,7 +47,7 @@ bool mpn_init_state() break; case MPN_GAMEID_MP8: CurrentState.Addresses = &MP8_ADDRESSES; - CurrentState.Boards = NULL; + CurrentState.Boards = MP8_BOARDS; CurrentState.Image = "box-mp8"; CurrentState.IsMarioParty = true; CurrentState.Scenes = MP8_GAMESTATES;