1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-21 14:53:02 +01:00

Remove printf call

This commit is contained in:
Marijn van der Werf
2016-10-17 20:04:24 +02:00
parent a93e12b5d9
commit c150c968bf

View File

@@ -157,7 +157,7 @@ namespace Printer {
s += "\n";
for (int direction = 0; direction < 4; ++direction) {
printf(" + + ");
s += " + + ";
}
s += "\n";