mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-18 09:52:44 +01:00
Fix #12993: Replace known-bugs text with markdown version.
This allows a little bit better formatting/display in game. (No attempt to check if these are still valid known-bugs...)
This commit is contained in:
committed by
Peter Nelson
parent
e3bfe2b668
commit
e98407973f
@@ -24,7 +24,7 @@
|
||||
|
||||
static const std::string README_FILENAME = "README.md";
|
||||
static const std::string CHANGELOG_FILENAME = "changelog.txt";
|
||||
static const std::string KNOWN_BUGS_FILENAME = "known-bugs.txt";
|
||||
static const std::string KNOWN_BUGS_FILENAME = "known-bugs.md";
|
||||
static const std::string LICENSE_FILENAME = "COPYING.md";
|
||||
|
||||
static const std::string WEBSITE_LINK = "https://www.openttd.org/";
|
||||
|
||||
Reference in New Issue
Block a user