mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
Codefix: wrong parameter names and partially missing parameters
This commit is contained in:
@@ -42,6 +42,7 @@ static constexpr size_t CHANGELOG_VERSIONS_LIMIT = 20;
|
||||
* Find the path to the game manual file.
|
||||
*
|
||||
* @param filename The filename to find.
|
||||
* @param subdir The sub directory to search in.
|
||||
* @return std::string The path to the filename if found.
|
||||
*/
|
||||
static std::optional<std::string> FindGameManualFilePath(std::string_view filename, Subdirectory subdir)
|
||||
|
||||
Reference in New Issue
Block a user