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:
Peter Nelson
2024-10-13 14:37:03 +01:00
committed by Peter Nelson
parent e3bfe2b668
commit e98407973f
6 changed files with 430 additions and 383 deletions

View File

@@ -131,7 +131,7 @@ void CreateConsole()
_close(fd);
CloseHandle(hand);
ShowInfo("Unable to open an output handle to the console. Check known-bugs.txt for details.");
ShowInfo("Unable to open an output handle to the console. Check known-bugs.md for details.");
return;
}