From 92cb7f159493e6d3afd3fdff3e8853b58cce4f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Tue, 10 Feb 2026 19:22:40 +0000 Subject: fix crash when generating decoupled entrances with boss shuffle (#6189) regression from ganon's tower shuffle --- soh/src/code/z_play.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'soh/src/code') diff --git a/soh/src/code/z_play.c b/soh/src/code/z_play.c index 55c1864fb..6ecafd91c 100644 --- a/soh/src/code/z_play.c +++ b/soh/src/code/z_play.c @@ -5,8 +5,6 @@ #include "soh/Enhancements/gameconsole.h" #include "soh/frame_interpolation.h" -#include "soh/Enhancements/debugconsole.h" -#include "soh/Enhancements/game-interactor/GameInteractor.h" #include #include #include "soh/Enhancements/enhancementTypes.h" -- cgit v1.2.3