- Fixed: "Animation <X> in ANIMATED has only one frame" message was missing a newline.

SVN r2149 (trunk)
This commit is contained in:
Randy Heit 2010-02-02 04:38:15 +00:00
parent d2891682ae
commit 1aa39baa4a

View file

@ -179,7 +179,7 @@ void R_InitPicAnims (void)
if (pic1 == pic2)
{
// This animation only has one frame. Skip it. (Doom aborted instead.)
Printf ("Animation %s in ANIMATED has only one frame", anim_p + 10);
Printf ("Animation %s in ANIMATED has only one frame\n", anim_p + 10);
continue;
}