- 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

View file

@ -1397,7 +1397,7 @@ static void S_AddSNDINFO (int lump)
uint16_t sfxto = S_FindSoundTentative (sc.String); uint16_t sfxto = S_FindSoundTentative (sc.String);
if (sfxto == random.SfxHead) 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; continue;
} }
list.Push (sfxto); list.Push (sfxto);