From 1aa39baa4a05ff2ffd2a5362d350bf41a6199291 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Tue, 2 Feb 2010 04:38:15 +0000 Subject: [PATCH] - Fixed: "Animation in ANIMATED has only one frame" message was missing a newline. SVN r2149 (trunk) --- src/r_anim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_anim.cpp b/src/r_anim.cpp index 2ae96f58e..7daeafd83 100644 --- a/src/r_anim.cpp +++ b/src/r_anim.cpp @@ -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; }