mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 19:10:50 +00:00
- added end line to recursive sound warning
(cherry picked from commit 821cc2a140
)
This commit is contained in:
parent
91d91ce84f
commit
82121a0e43
1 changed files with 1 additions and 1 deletions
|
@ -1405,7 +1405,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