- Fixed: "Animation <X> in ANIMATED has only one frame" message was missing a newline.
SVN r2149 (trunk)
This commit is contained in:
parent
d2891682ae
commit
1aa39baa4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue