MP1: Load RS5 pak if exists

This commit is contained in:
Luke Street 2020-09-17 19:50:36 -04:00
parent 723ee78f47
commit ce7b94a2ed
1 changed files with 5 additions and 1 deletions

View File

@ -384,6 +384,10 @@ void CMain::AddOverridePaks() {
if (CDvdFile::FileExists("URDE.upak")) {
loader->AddPakFile("URDE", false, false, true);
}
if (CDvdFile::FileExists("RS5.upak")) {
loader->AddPakFile("RS5", false, false, true);
}
}
void CMain::ResetGameState() {
@ -880,7 +884,7 @@ void CMain::WarmupShaders() {
}
return true;
});
m_warmupIt = m_warmupTags.begin();