- added end line to recursive sound warning

This commit is contained in:
alexey.lysiuk 2018-05-10 11:43:27 +03:00
parent e1ad4b618d
commit 821cc2a140
1 changed files with 1 additions and 1 deletions

View File

@ -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);