mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-22 17:01:08 +00:00
- Duke: clear resource ID when setting up the original sounds for World Tour.
This made them unconditionally override the replacements - bad as they are.
This commit is contained in:
parent
3b0da4c221
commit
cf349fbd7d
1 changed files with 1 additions and 0 deletions
|
@ -771,6 +771,7 @@ void S_WorldTourMappingsForOldSounds()
|
|||
{
|
||||
auto newsfx = soundEngine->AllocateSound();
|
||||
*newsfx = *sfx;
|
||||
newsfx->ResourceId = -1;
|
||||
newsfx->name = fname;
|
||||
newsfx->lumpnum = lump;
|
||||
sfx->UserData[kWorldTourMapping] = soundEngine->GetNumSounds() - 1;
|
||||
|
|
Loading…
Reference in a new issue