summaryrefslogtreecommitdiff
path: root/src/actors/fake_item_box/render.inc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/actors/fake_item_box/render.inc.c')
-rw-r--r--src/actors/fake_item_box/render.inc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actors/fake_item_box/render.inc.c b/src/actors/fake_item_box/render.inc.c
index 0b7ec41f3..e705a90ef 100644
--- a/src/actors/fake_item_box/render.inc.c
+++ b/src/actors/fake_item_box/render.inc.c
@@ -26,7 +26,7 @@ void render_actor_fake_item_box(Camera* camera, struct FakeItemBox* fakeItemBox)
f32 someMultiplier;
size_t actorIdx = CM_FindActorIndex((struct Actor*)fakeItemBox);
- if (-1 == actorIdx) {
+ if (-1 == (s32) actorIdx) {
printf("[render_actor_fake_item_box] Could not find fake item box for FI, skipping!\n");
return;
}