2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 19:44:55 +00:00

Windows fixes

This commit is contained in:
Jack Andersen
2017-01-21 23:06:03 -10:00
parent b3fd6d9eea
commit eb955c53ec
3 changed files with 5 additions and 5 deletions

View File

@@ -61,8 +61,8 @@ void CAudioSys::SysUnloadAudioGroupSet(const std::string& name)
if (!set)
return;
mpGroupSetResNameDB.erase(set.GetObjectTag()->id);
mpGroupSetDB.erase(name);
mpGroupSetResNameDB.erase(set.GetObjectTag()->id);
}
bool CAudioSys::SysIsGroupSetLoaded(const std::string& name)