mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-21 14:53:02 +01:00
Remove printf call
This commit is contained in:
@@ -157,7 +157,7 @@ namespace Printer {
|
||||
s += "\n";
|
||||
|
||||
for (int direction = 0; direction < 4; ++direction) {
|
||||
printf(" + + ");
|
||||
s += " + + ";
|
||||
}
|
||||
s += "\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user