summaryrefslogtreecommitdiff
path: root/src/actors/yoshi_egg/render.inc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/actors/yoshi_egg/render.inc.c')
-rw-r--r--src/actors/yoshi_egg/render.inc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actors/yoshi_egg/render.inc.c b/src/actors/yoshi_egg/render.inc.c
index 7bb2cc884..2a1ed1dc6 100644
--- a/src/actors/yoshi_egg/render.inc.c
+++ b/src/actors/yoshi_egg/render.inc.c
@@ -20,7 +20,7 @@ void render_actor_yoshi_egg(Camera* camera, Mat4 arg1, struct YoshiValleyEgg* eg
f32 temp_f0;
size_t actorIdx = CM_FindActorIndex((struct Actor*) egg);
- if (-1 == actorIdx) {
+ if (-1 == (s32) actorIdx) {
printf("[render_actor_yoshi_egg] Could not find actor for FI, skipping\n");
return;
}