Mercurial > mm7
diff Render.h @ 985:062788391c88
BezierTerrain little clean
author | Ritor1 |
---|---|
date | Sun, 12 May 2013 09:38:20 +0600 |
parents | ec7568e13b24 |
children | 3a3ab572eff5 |
line wrap: on
line diff
--- a/Render.h Thu May 09 21:19:59 2013 +0600 +++ b/Render.h Sun May 12 09:38:20 2013 +0600 @@ -365,8 +365,8 @@ void TransformBillboardsAndSetPalettesODM(); float DrawBezierTerrain(); void RenderTerrainD3D(); - void DrawTerrainD3D(int a1, int edx0, int a3); - void DrawTerrainSW(int a1, int a2, int a3); + void DrawTerrainD3D(int a1, int edx0, int a3, int unk4); + void DrawTerrainSW(int a1, int a2, int a3, int a4); void ExecOutdoorDrawSW(); void ChangeBetweenWinFullscreenModes(); void DrawBillboardList_BLV();