mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- added end line to recursive sound warning
This commit is contained in:
parent
e1ad4b618d
commit
821cc2a140
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue