diff options
Diffstat (limited to 'src/engine/vehicles/Boat.cpp')
| -rw-r--r-- | src/engine/vehicles/Boat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/vehicles/Boat.cpp b/src/engine/vehicles/Boat.cpp index 460331f97..073974581 100644 --- a/src/engine/vehicles/Boat.cpp +++ b/src/engine/vehicles/Boat.cpp @@ -17,6 +17,7 @@ extern s8 gPlayerCount; size_t ABoat::_count = 0; ABoat::ABoat(f32 speed, u32 waypoint) { + Name = "Paddle Steam Boat"; Path2D* temp_a2; u16 waypointOffset; Index = _count; |
