From f016a1583de71e21f052a7feedb8f12e62255ef4 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Wed, 31 Jan 2024 19:45:09 +0100 Subject: [PATCH] format --- src/code/z_play.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);