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; }