Fix the bad cycle message

This commit is contained in:
GenericHeroGuy 2025-05-26 17:34:33 +02:00
parent 5683b62155
commit 91ec80d9ed

View file

@ -239,7 +239,7 @@ void P_InitPicAnims(void)
{
free(anims);
I_Error("P_InitPicAnims: bad cycle from %s to %s",
animdefs->startname, animdefs->endname);
animdef->startname, animdef->endname);
}
lastanim->speed = animdef->speed;