[decomp] flying-lurker (#846)

* `flying-lurker`

* why'd this get left behind?

* also `ambient` and add a `banned_objects` config and fix offline tests

* clang

* fix `ambient-type-sound`
This commit is contained in:
ManDude
2021-09-21 23:40:38 +01:00
committed by GitHub
parent 5683f04046
commit d8e659df66
81 changed files with 11226 additions and 4477 deletions
+3
View File
@@ -244,6 +244,9 @@ void ObjectFileDB::add_obj_from_dgo(const std::string& obj_name,
uint32_t obj_size,
const std::string& dgo_name,
const Config& config) {
if (config.banned_objects.find(obj_name) != config.banned_objects.end()) {
return;
}
if (!config.allowed_objects.empty()) {
if (config.allowed_objects.find(obj_name) == config.allowed_objects.end()) {
return;