1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00

Fix GCC compiler errors

This commit is contained in:
Ted John
2020-10-19 20:37:07 +01:00
parent b6a688e540
commit 92fcdfbd9b
11 changed files with 71 additions and 51 deletions

View File

@@ -121,6 +121,8 @@ void StdInOutConsole::WriteLine(const std::string& s, FormatToken colourFormat)
case FormatToken::ColourYellow:
formatBegin = "\033[33m";
break;
default:
break;
}
}