mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-16 16:51:08 +00:00
RR: fixed bad destination name for one Route66 sound
This commit is contained in:
parent
36930d44bd
commit
adfbae8fbe
2 changed files with 3 additions and 3 deletions
|
@ -357,7 +357,7 @@ void UserConfig::ProcessOptions()
|
||||||
toBeDeleted.Push("turd66.anm*turdmov.anm");
|
toBeDeleted.Push("turd66.anm*turdmov.anm");
|
||||||
toBeDeleted.Push("turd66.voc*turdmov.voc");
|
toBeDeleted.Push("turd66.voc*turdmov.voc");
|
||||||
toBeDeleted.Push("end66.anm*rr_outro.anm");
|
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"))
|
else if (Args->CheckParm("-cryptic"))
|
||||||
{
|
{
|
||||||
|
|
|
@ -825,7 +825,7 @@ grpinfo
|
||||||
dependency RR_CRC
|
dependency RR_CRC
|
||||||
loadart "TILESA66.ART", "TILESB66.ART" // replaces TILES009 and TILES023.
|
loadart "TILESA66.ART", "TILESB66.ART" // replaces TILES009 and TILES023.
|
||||||
gamefilter "Redneck.Route66"
|
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"
|
GameID "Route66"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -839,7 +839,7 @@ addon
|
||||||
dependency RR_CRC
|
dependency RR_CRC
|
||||||
loadart "TILESA66.ART", "TILESB66.ART" // replaces TILES009 and TILES023.
|
loadart "TILESA66.ART", "TILESB66.ART" // replaces TILES009 and TILES023.
|
||||||
gamefilter "Redneck.Route66"
|
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"
|
GameID "Route66"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue