Mercurial > mm7
diff Vis.h @ 302:0f2541245f65
Слияние
author | Ritor1 |
---|---|
date | Tue, 19 Feb 2013 17:16:40 +0600 |
parents | 640a176c030f |
children | d720a13e2273 |
line wrap: on
line diff
--- a/Vis.h Tue Feb 19 17:16:26 2013 +0600 +++ b/Vis.h Tue Feb 19 17:16:40 2013 +0600 @@ -105,7 +105,7 @@ void GetPolygonCenter(struct RenderVertexD3D3 *pVertices, unsigned int uNumVertices, float *pCenterX, float *pCenterY); void GetPolygonScreenSpaceCenter(struct RenderVertexSoft *vertices, int num_vertices, float *out_center_x, float *out_center_y); bool IsPointInsideD3DBillboard(struct RenderBillboardD3D *a1, float x, float y); - int _4C1944(int object_id, unsigned int a3, int a4, int a5, int a6); + int PickClosestActor(int object_id, unsigned int pick_depth, int a4, int a5, int a6); void _4C1A02(); bool SortVectors_x(RenderVertexSoft *a2, int a3, int a4); int get_object_zbuf_val(Vis_ObjectInfo *info);