WC24PatchEngine: Mark LoadPatches() as static

Resolves a -Wmissing-declaration warning, since no prototype existed for
the function.
This commit is contained in:
Lioncash 2023-12-11 17:02:13 -05:00
parent dd0ac7d53c
commit b4b624b97b

View file

@ -81,7 +81,7 @@ void LoadPatchSection(const Common::IniFile& ini)
ReadEnabledAndDisabled(ini, "WC24Patch", &s_patches);
}
void LoadPatches()
static void LoadPatches()
{
const auto& sconfig = SConfig::GetInstance();
// We can only load WC24 Channels.