mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Add tab to About window to show contributors.md
Co-authored-by: Gymnasiast <m.o.steenbeek@gmail.com>
This commit is contained in:
@@ -135,6 +135,7 @@ private:
|
||||
case PATHID::SCORES_RCT2:
|
||||
return DIRBASE::RCT2;
|
||||
case PATHID::CHANGELOG:
|
||||
case PATHID::CONTRIBUTORS:
|
||||
return DIRBASE::DOCUMENTATION;
|
||||
case PATHID::NETWORK_GROUPS:
|
||||
case PATHID::NETWORK_SERVERS:
|
||||
@@ -285,5 +286,6 @@ const u8string PlatformEnvironment::FileNames[] = {
|
||||
u8"scores.dat", // SCORES (LEGACY)
|
||||
u8"Saved Games" PATH_SEPARATOR "scores.dat", // SCORES (RCT2)
|
||||
u8"changelog.txt", // CHANGELOG
|
||||
u8"plugin.store.json" // PLUGIN_STORE
|
||||
u8"plugin.store.json", // PLUGIN_STORE
|
||||
u8"contributors.md", // CONTRIBUTORS
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user