Mercurial > mm7
comparison Indoor_stuff.h @ 618:5cfb5dadf330
Margareth righ-click (addded constructor to NPCProfession) and cleaned BLV debug logs
author | Nomad |
---|---|
date | Fri, 08 Mar 2013 16:06:49 +0200 |
parents | 7887a9cf9e7b |
children | a5750c94b022 |
comparison
equal
deleted
inserted
replaced
617:f2697c2b4109 | 618:5cfb5dadf330 |
---|---|
77 uNumFaceIDs = 0; | 77 uNumFaceIDs = 0; |
78 std__vector_000FA8 = 0; | 78 std__vector_000FA8 = 0; |
79 uNumVisibleNotEmptySectors = 0; | 79 uNumVisibleNotEmptySectors = 0; |
80 } | 80 } |
81 | 81 |
82 void PrepareFaceRenderList_sw(int a2, unsigned int uFaceID); | 82 void AddFaceToRenderList_sw(int a2, unsigned int uFaceID); |
83 void PrepareFaceRenderList_d3d(signed int a2, unsigned int uFaceID); | 83 void AddFaceToRenderList_d3d(signed int a2, unsigned int uFaceID); |
84 void MakeVisibleSectorList(); | 84 void MakeVisibleSectorList(); |
85 void DrawFaceOutlines(); | 85 void DrawFaceOutlines(); |
86 | 86 |
87 unsigned int uNumFaceIDs; | 87 unsigned int uNumFaceIDs; |
88 __int16 pFaceIDs[150]; | 88 __int16 pFaceIDs[150]; |