Skip to content

Commit

Permalink
Update Platform.Linux.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast authored Oct 11, 2024
1 parent 23712ad commit 46e84b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openrct2/platform/Platform.Linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,15 +337,15 @@ namespace OpenRCT2::Platform
{
return {
// game-data-packager uses this path when installing game files
R"(/usr/share/games/roller-coaster-tycoon)",
"/usr/share/games/roller-coaster-tycoon",
};
}

std::vector<std::string_view> GetSearchablePathsRCT2()
{
return {
// game-data-packager uses this path when installing game files
R"(/usr/share/games/roller-coaster-tycoon2)",
"/usr/share/games/roller-coaster-tycoon2",
};
}

Expand Down

0 comments on commit 46e84b0

Please sign in to comment.