mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Replace our own integer types with standard ones
This commit is contained in:
@@ -86,7 +86,7 @@ void StdInOutConsole::Close()
|
||||
openrct2_finish();
|
||||
}
|
||||
|
||||
void StdInOutConsole::WriteLine(const std::string &s, uint32 colourFormat)
|
||||
void StdInOutConsole::WriteLine(const std::string &s, uint32_t colourFormat)
|
||||
{
|
||||
std::string formatBegin;
|
||||
if (colourFormat != FORMAT_WINDOW_COLOUR_2)
|
||||
|
||||
Reference in New Issue
Block a user