Add @bug comment on an Actor_Spawn printf (#2717)

This commit is contained in:
Dragorn421
2026-03-12 13:30:17 +01:00
committed by GitHub
parent 970af5600a
commit 34a40816fa
+1
View File
@@ -3256,6 +3256,7 @@ Actor* Actor_Spawn(ActorContext* actorCtx, PlayState* play, s16 actorId, f32 pos
actor = ZELDA_ARENA_MALLOC(profile->instanceSize, name, 1);
if (actor == NULL) {
//! @bug ACTOR_RST is passed as an argument instead of being part of the string
PRINTF(ACTOR_COLOR_ERROR T("Actorクラス確保できません! %s <サイズ=%dバイト>\n",
"Actor class cannot be reserved! %s <size=%d bytes>\n"),
ACTOR_RST, name, profile->instanceSize);