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