summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Bike.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-08-07 10:18:35 +0200
committerGitHub <noreply@github.com>2020-08-07 10:18:35 +0200
commit40185161b83091e79455acf6fe82f070e26c6662 (patch)
tree87ae90e9dc46c746d0a4819286ce1b965c3f91fa /src/vehicles/Bike.cpp
parentMerge pull request #668 from majesticCoding/miami (diff)
parentUpdate CutsceneShadow.h (diff)
downloadre3-40185161b83091e79455acf6fe82f070e26c6662.tar
re3-40185161b83091e79455acf6fe82f070e26c6662.tar.gz
re3-40185161b83091e79455acf6fe82f070e26c6662.tar.bz2
re3-40185161b83091e79455acf6fe82f070e26c6662.tar.lz
re3-40185161b83091e79455acf6fe82f070e26c6662.tar.xz
re3-40185161b83091e79455acf6fe82f070e26c6662.tar.zst
re3-40185161b83091e79455acf6fe82f070e26c6662.zip
Diffstat (limited to 'src/vehicles/Bike.cpp')
-rw-r--r--src/vehicles/Bike.cpp2
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;