Fix the bad cycle message
This commit is contained in:
parent
5683b62155
commit
91ec80d9ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue