mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 22:54:09 +00:00
small stuff
This commit is contained in:
parent
c1367ebdca
commit
bb948904b6
7 changed files with 16 additions and 11 deletions
|
@ -715,7 +715,7 @@ CShadows::StoreShadowForVehicle(CVehicle *pCar, VEH_SHD_TYPE type)
|
|||
}
|
||||
|
||||
void
|
||||
CShadows::StoreCarLightShadow(CAutomobile *pCar, int32 nID, RwTexture *pTexture, CVector *pPosn,
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue