mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-06 07:56:32 +00:00
Revert bad uses of if (OOT_DEBUG)
(#1666)
This commit is contained in:
parent
7b770dc1e0
commit
18b7030534
2 changed files with 6 additions and 2 deletions
|
@ -3958,7 +3958,8 @@ void Interface_Update(PlayState* play) {
|
|||
s16 risingAlpha;
|
||||
u16 action;
|
||||
|
||||
if (OOT_DEBUG) {
|
||||
#if OOT_DEBUG
|
||||
{
|
||||
Input* debugInput = &play->state.input[2];
|
||||
|
||||
if (CHECK_BTN_ALL(debugInput->press.button, BTN_DLEFT)) {
|
||||
|
@ -3972,6 +3973,7 @@ void Interface_Update(PlayState* play) {
|
|||
PRINTF("J_N=%x J_N=%x\n", gSaveContext.language, &gSaveContext.language);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!IS_PAUSED(&play->pauseCtx)) {
|
||||
if ((gSaveContext.minigameState == 1) || !IS_CUTSCENE_LAYER ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue