Fixed a bug with the debug object spawner

This commit is contained in:
Mors 2022-11-18 22:18:58 +03:00
parent 51be00d782
commit 7639472079
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v3.0.0
v3.0.1

View File

@ -1905,7 +1905,7 @@ void handle_cheats() {
}
}
if (gPlayer1Controller->buttonDown & L_TRIG && configDebugObjectSpawner)
if ((gPlayer1Controller->buttonDown & L_TRIG) && configDebugObjectSpawner)
try_do_mario_debug_object_spawn();
}