summaryrefslogtreecommitdiff
path: root/src/code/z_actor.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-02-01 07:11:33 -0800
committerGitHub <noreply@github.com>2024-02-01 10:11:33 -0500
commit7c5ab8fcec149bedc6bcd62505cfe4fc91d4a7a1 (patch)
tree9c834329b07b2cc862f43ab99354ef140486022c /src/code/z_actor.c
parent99fd784bc27aa14c062f203b25cf58a3f9f3e3ae (diff)
Use IDO_PRINTF_WORKAROUND everywhere (#1685)
Diffstat (limited to 'src/code/z_actor.c')
-rw-r--r--src/code/z_actor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c
index 4ca742749..86afb147c 100644
--- a/src/code/z_actor.c
+++ b/src/code/z_actor.c
@@ -15,8 +15,7 @@ static s32 sCurCeilingBgId;
#define ACTOR_DEBUG_PRINTF \
if (R_ENABLE_ACTOR_DEBUG_PRINTF) \
PRINTF
-#elif defined(__sgi)
-// See comment about PRINTF in macros.h
+#elif IDO_PRINTF_WORKAROUND
#define ACTOR_DEBUG_PRINTF(args) (void)0
#else
#define ACTOR_DEBUG_PRINTF(format, ...) (void)0