From 821cc2a140a3ded16ba1f184873c6569bcb9308f Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Thu, 10 May 2018 11:43:27 +0300 Subject: [PATCH] - added end line to recursive sound warning --- src/s_advsound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s_advsound.cpp b/src/s_advsound.cpp index 9de9d7739..d5093fde6 100644 --- a/src/s_advsound.cpp +++ b/src/s_advsound.cpp @@ -1397,7 +1397,7 @@ static void S_AddSNDINFO (int lump) uint16_t sfxto = S_FindSoundTentative (sc.String); if (sfxto == random.SfxHead) { - Printf("Definition of random sound '%s' refers to itself recursively.", sc.String); + Printf("Definition of random sound '%s' refers to itself recursively.\n", sc.String); continue; } list.Push (sfxto);