summaryrefslogtreecommitdiff
path: root/src/engine/vehicles/Bus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/vehicles/Bus.cpp')
-rw-r--r--src/engine/vehicles/Bus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/vehicles/Bus.cpp b/src/engine/vehicles/Bus.cpp
index 654018782..4c4d07cd9 100644
--- a/src/engine/vehicles/Bus.cpp
+++ b/src/engine/vehicles/Bus.cpp
@@ -40,7 +40,7 @@ ABus::ABus(const SpawnParams& params) : AActor(params) {
BusCounts[PathIndex].push_back(PathPoint);
break;
case SpawnMode::AUTO: // Automatically distribute buses based on a specific path point
- printf("vehicle path size %d\n", gVehiclePathSize);
+ printf("vehicle path size %zu\n", gVehiclePathSize);
PathPoint = GetVehiclePathPointDistributed(BusCounts[PathIndex], gVehiclePathSize);
BusCounts[PathIndex].push_back(PathPoint);
printf("train spawn path point: %d\n", PathPoint);