Mercurial > mm7
diff mm7_data.h @ 1903:79ac2dbedfb9
ODM_NearClip and ODM_FarClip
author | Ritor1 |
---|---|
date | Mon, 21 Oct 2013 17:08:14 +0600 |
parents | 211dfe2d8db1 |
children | 4cae2d58cfb4 |
line wrap: on
line diff
--- a/mm7_data.h Mon Oct 21 10:07:32 2013 +0600 +++ b/mm7_data.h Mon Oct 21 17:08:14 2013 +0600 @@ -1092,8 +1092,8 @@ void reset_some_strus_flt_2Cs(); int __fastcall GetPortalScreenCoord(unsigned int uFaceID); bool PortalFrustrum(int pNumVertices, struct BspRenderer_PortalViewportData *a2, struct BspRenderer_PortalViewportData *near_portal, int uFaceID); -int sr_424CD7(unsigned int uVertexID); // idb -int BuildingVerticesClipping(unsigned int uNumVertices); +int ODM_NearClip(unsigned int uVertexID); // idb +int ODM_FarClip(unsigned int uNumVertices); bool __fastcall sub_427769_spell(unsigned int uSpellID); void _42777D_CastSpell_UseWand_ShootArrow(int a1, unsigned int uPlayerID, unsigned int a4, __int16 a5, int a6); void _42ECB5_PlayerAttacksActor();