RR: fixed bad destination name for one Route66 sound

This commit is contained in:
Christoph Oelckers 2023-12-17 12:59:41 +01:00
parent 36930d44bd
commit adfbae8fbe
2 changed files with 3 additions and 3 deletions

View file

@ -357,7 +357,7 @@ void UserConfig::ProcessOptions()
toBeDeleted.Push("turd66.anm*turdmov.anm");
toBeDeleted.Push("turd66.voc*turdmov.voc");
toBeDeleted.Push("end66.anm*rr_outro.anm");
toBeDeleted.Push("end66.voc*rr_outro.voc");
toBeDeleted.Push("end66.voc*ln_final.voc");
}
else if (Args->CheckParm("-cryptic"))
{

View file

@ -825,7 +825,7 @@ grpinfo
dependency RR_CRC
loadart "TILESA66.ART", "TILESB66.ART" // replaces TILES009 and TILES023.
gamefilter "Redneck.Route66"
deletecontent "turd66.anm*turdmov.anm", "turd66.voc*turdmov.voc", "end66.anm*rr_outro.anm", "end66.voc*rr_outro.voc" // This renames instead of deleting
deletecontent "turd66.anm*turdmov.anm", "turd66.voc*turdmov.voc", "end66.anm*rr_outro.anm", "end66.voc*ln_final.voc" // This renames instead of deleting
GameID "Route66"
}
@ -839,7 +839,7 @@ addon
dependency RR_CRC
loadart "TILESA66.ART", "TILESB66.ART" // replaces TILES009 and TILES023.
gamefilter "Redneck.Route66"
deletecontent "turd66.anm*turdmov.anm", "turd66.voc*turdmov.voc", "end66.anm*rr_outro.anm", "end66.voc*rr_outro.voc" // This renames instead of deleting
deletecontent "turd66.anm*turdmov.anm", "turd66.voc*turdmov.voc", "end66.anm*rr_outro.anm", "end66.voc*ln_final.voc" // This renames instead of deleting
GameID "Route66"
}