- added end line to recursive sound warning

(cherry picked from commit 821cc2a140)
This commit is contained in:
alexey.lysiuk 2018-05-10 11:43:27 +03:00 committed by drfrag666
parent 91d91ce84f
commit 82121a0e43

View file

@ -1405,7 +1405,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);