mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-28 06:53:29 +00:00
account for 'amess96.voc' being renamed in the World Tour re-recordings.
This commit is contained in:
parent
053a6875bf
commit
48d4545067
1 changed files with 1 additions and 0 deletions
|
@ -747,6 +747,7 @@ void S_WorldTourMappingsForOldSounds()
|
|||
fname.ToLower();
|
||||
fname.Substitute("sound/", "");
|
||||
fname.Substitute(".ogg", ".voc");
|
||||
fname.Substitute("amess06_1", "amess06"); // This sound was renamed for the re-recorded set.
|
||||
int lump = fileSystem.FindFile(fname.GetChars()); // in this case we absolutely do not want the extended lookup that's optionally performed by S_LookupSound.
|
||||
if (lump >= 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue