undo fake match

This commit is contained in:
Dragorn421 2025-05-24 00:39:32 +02:00
parent 5152a3a1dd
commit a92dbd48cb
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
1 changed files with 0 additions and 11 deletions

View File

@ -4709,19 +4709,8 @@ void KaleidoScope_Update(PlayState* play) {
PRINTF("Z_MAGIC_NOW_NOW=%d\n", gSaveContext.magicFillTarget); PRINTF("Z_MAGIC_NOW_NOW=%d\n", gSaveContext.magicFillTarget);
PRINTF_RST(); PRINTF_RST();
} else { } else {
#if OOT_VERSION != IQUE_CN
play->state.running = false; play->state.running = false;
SET_NEXT_GAMESTATE(&play->state, TitleSetup_Init, TitleSetupState); SET_NEXT_GAMESTATE(&play->state, TitleSetup_Init, TitleSetupState);
#else
//! FIXME FAKE
do {
GameState* state = &play->state;
GameStateFunc p = TitleSetup_Init;
state->running = false;
(state)->init = p;
(state)->size = sizeof(TitleSetupState);
} while (0);
#endif
} }
} }
} }