diff --git a/src/code/z_play.c b/src/code/z_play.c index 71ad39aaa5..5ad02db22e 100644 --- a/src/code/z_play.c +++ b/src/code/z_play.c @@ -232,7 +232,7 @@ void Play_Init(GameState* thisx) { SET_NEXT_GAMESTATE(&this->state, TitleSetup_Init, TitleSetupState); return; } - + SystemArena_Display(); GameState_Realloc(&this->state, 0x1D4790); KaleidoManager_Init(this);