mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 15:24:30 +01:00
Fix REPL write line on Linux
This commit is contained in:
@@ -273,6 +273,11 @@ namespace OpenRCT2
|
||||
_stdInOutConsole.WriteLine(s);
|
||||
}
|
||||
|
||||
void WriteErrorLine(const std::string& s) override
|
||||
{
|
||||
_stdInOutConsole.WriteLineError(s);
|
||||
}
|
||||
|
||||
/**
|
||||
* Causes the OpenRCT2 game loop to finish.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user