diff --git a/src/engine/fox_display.c b/src/engine/fox_display.c index 48c8f25d..847464a3 100644 --- a/src/engine/fox_display.c +++ b/src/engine/fox_display.c @@ -2105,7 +2105,7 @@ void Display_Update(void) { if (CVarGetInteger("gDebugJumpToAllRange", 0) == 1) { Player* pl2 = &gPlayer[0]; - if (gControllerPress[0].button & L_TRIG) { + if ((gLevelMode != LEVELMODE_ALL_RANGE) && (gControllerPress[0].button & L_TRIG)) { pl2->state_1C8 = PLAYERSTATE_1C8_START_360; } }