summaryrefslogtreecommitdiffstats
path: root/src/renderer/Shadows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/Shadows.cpp')
-rw-r--r--src/renderer/Shadows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/Shadows.cpp b/src/renderer/Shadows.cpp
index ae4cf724..f8c98470 100644
--- a/src/renderer/Shadows.cpp
+++ b/src/renderer/Shadows.cpp
@@ -725,7 +725,7 @@ CShadows::StoreShadowForVehicle(CVehicle *pCar, VEH_SHD_TYPE type)
void
CShadows::StoreCarLightShadow(CVehicle *pCar, int32 nID, RwTexture *pTexture, CVector *pPosn,
float fFrontX, float fFrontY, float fSideX, float fSideY, uint8 nRed, uint8 nGreen, uint8 nBlue,
- float fMaxViewAngle)
+ float fMaxViewAngle, bool arg1, float arg2, float arg3)
{
ASSERT(pCar != nil);
ASSERT(pPosn != nil);