summaryrefslogtreecommitdiff
path: root/src/actors/yoshi_egg/render.inc.c
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2026-09-16 09:01:55 -0600
committerGitHub <noreply@github.com>2026-09-16 09:01:55 -0600
commit60ac50c9628d25968bfe367e1b4b6f030078be64 (patch)
treee03a0d825cfe443adcf076cb643c20692151f431 /src/actors/yoshi_egg/render.inc.c
parent7adfdaa9abb18d76ae80f26bff58c2c4dc4f3f29 (diff)
parent8fb42e50d70356300050048b57def3123e6d4552 (diff)
Merge branch 'main' into Caladius-patch-1Caladius-patch-1
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;
}