mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Fixed: None of the Blood ambient sounds were registered correctly
This commit is contained in:
parent
4296e9caa2
commit
e0e00c4f8c
1 changed files with 1 additions and 1 deletions
|
@ -1433,7 +1433,7 @@ static void S_AddBloodSFX (int lumpnum)
|
|||
ambient->periodmax = 0;
|
||||
ambient->volume = 1;
|
||||
ambient->attenuation = 1;
|
||||
ambient->sound = name;
|
||||
ambient->sound = FSoundID(sfxnum);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue