Mercurial > mm7
diff Render.h @ 349:672b83584b0f
GetActorTintColor
author | Nomad |
---|---|
date | Thu, 21 Feb 2013 02:12:29 +0200 |
parents | 2a09e1d6fc8f |
children | 58b71c1af7d8 |
line wrap: on
line diff
--- a/Render.h Thu Feb 21 00:39:47 2013 +0200 +++ b/Render.h Thu Feb 21 02:12:29 2013 +0200 @@ -319,7 +319,7 @@ unsigned int GetParentBillboardID(unsigned int uBillboardID); void BeginSceneD3D(); void DrawBillboards_And_MaybeRenderSpecialEffects_And_EndScene(); - unsigned int GetActorTintColor(float a2, int a3, int a4, int a5, RenderBillboard *a6); + unsigned int GetActorTintColor(float a2, int tint, int a4, int a5, RenderBillboard *a6); void DrawPolygon(unsigned int uNumVertices, stru148 *a3, ODMFace *a4, IDirect3DTexture2 *pTexture); void DrawTerrainPolygon(unsigned int uNumVertices, stru148 *a4, IDirect3DTexture2 *a5, bool transparent, bool clampAtTextureBorders); void DrawStrip(unsigned int uNumVertices, struct stru148 *a3, IDirect3DTexture2 *pTexture);