Removed hardcoded Fishing CC patch
This commit is contained in:
parent
b7ba6e6d7b
commit
f2cbb5ea8a
@ -86,7 +86,7 @@ SpaceBeforeRangeBasedForLoopColon: 'true'
|
|||||||
SpaceBeforeSquareBrackets: 'false'
|
SpaceBeforeSquareBrackets: 'false'
|
||||||
SpaceInEmptyBlock: 'false'
|
SpaceInEmptyBlock: 'false'
|
||||||
SpaceInEmptyParentheses: 'false'
|
SpaceInEmptyParentheses: 'false'
|
||||||
SpacesBeforeTrailingComments: 2
|
SpacesBeforeTrailingComments: 1
|
||||||
SpacesInAngles: 'false'
|
SpacesInAngles: 'false'
|
||||||
SpacesInCStyleCastParentheses: 'false'
|
SpacesInCStyleCastParentheses: 'false'
|
||||||
SpacesInConditionalStatement: 'false'
|
SpacesInConditionalStatement: 'false'
|
||||||
|
@ -119,15 +119,6 @@ namespace ArtifactTracker
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fishing CC (remove after KID receives formlist support)
|
|
||||||
const auto plaqueFish = dataHandler->LookupForm<RE::BGSListForm>(0xF4B, "ccBGSSSE001-Fish.esm"); // ccBGSSSE001_FishPlaqueGiftFilterList
|
|
||||||
if (plaqueFish) {
|
|
||||||
plaqueFish->ForEachForm([&](RE::TESForm& a_form) {
|
|
||||||
g_artifactMap[a_form.formID] = &a_form;
|
|
||||||
return true;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
OnGameLoad();
|
OnGameLoad();
|
||||||
EventListener::Install();
|
EventListener::Install();
|
||||||
g_bLoaded = true;
|
g_bLoaded = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user