diff options
| author | Philip Dubé <serprex@users.noreply.github.com> | 2026-02-10 19:22:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-10 19:22:40 +0000 |
| commit | 92cb7f159493e6d3afd3fdff3e8853b58cce4f57 (patch) | |
| tree | 43cbadaa048a98833a2923df2c75e3498de33b0d /soh/src/code | |
| parent | 04eb8d160141333ee40ee7449c12ff0526f65556 (diff) | |
fix crash when generating decoupled entrances with boss shuffle (#6189)
regression from ganon's tower shuffle
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_play.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <overlays/actors/ovl_En_Niw/z_en_niw.h> #include <overlays/misc/ovl_kaleido_scope/z_kaleido_scope.h> #include "soh/Enhancements/enhancementTypes.h" |
