Fixed a bug with the debug object spawner
This commit is contained in:
parent
51be00d782
commit
7639472079
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue