diff options
Diffstat (limited to 'src/vehicles/Bike.cpp')
-rw-r--r-- | src/vehicles/Bike.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Bike.cpp b/src/vehicles/Bike.cpp index e52027f9..c32e72bc 100644 --- a/src/vehicles/Bike.cpp +++ b/src/vehicles/Bike.cpp @@ -1546,7 +1546,7 @@ CBike::PreRender(void) } AddDamagedVehicleParticles(); -//TODO(MIAMI): StoreShadowForVehicle once we have it + CShadows::StoreShadowForVehicle(this, VEH_SHD_TYPE_BIKE); CMatrix mat; CVector pos; |