1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Revert mistaken rename

This commit is contained in:
duncanspumpkin
2021-09-27 12:35:03 +01:00
parent ea4c9681b5
commit 1d788030ca

View File

@@ -475,7 +475,7 @@ namespace Config
}
}
static void WriteNotificationsChunk(IIniWriter* writer)
static void WriteNotifications(IIniWriter* writer)
{
auto model = &gConfigNotifications;
writer->WriteSection("notifications");
@@ -613,7 +613,7 @@ namespace Config
WriteInterface(writer.get());
WriteSound(writer.get());
WriteNetwork(writer.get());
WriteNotificationsChunk(writer.get());
WriteNotifications(writer.get());
WriteFont(writer.get());
WritePlugin(writer.get());
return true;