Mercurial > mm7
comparison Outdoor.h @ 2006:30c2b575d25c
signed fixes
DamagePlayerFromMonster -1 indexing
author | zipi |
---|---|
date | Wed, 06 Nov 2013 13:06:02 +0000 |
parents | 72af4d93bdfb |
children | 87be06553c76 |
comparison
equal
deleted
inserted
replaced
2005:8fa26b63244a | 2006:30c2b575d25c |
---|---|
135 void PrepareActorsDrawList(); | 135 void PrepareActorsDrawList(); |
136 void CreateDebugLocation(); | 136 void CreateDebugLocation(); |
137 void Release(); | 137 void Release(); |
138 bool Load(const char *pFilename, ODMFace *File, size_t a4, int thisa); | 138 bool Load(const char *pFilename, ODMFace *File, size_t a4, int thisa); |
139 int GetTileIdByTileMapId(signed int a2); | 139 int GetTileIdByTileMapId(signed int a2); |
140 unsigned int DoGetTileTexture(unsigned int uX, unsigned int uZ); | 140 unsigned int DoGetTileTexture(signed int uX, signed int uZ); |
141 int _47ED83(signed int a2, signed int a3); | 141 int _47ED83(signed int a2, signed int a3); |
142 int ActuallyGetSomeOtherTileInfo(unsigned int uX, unsigned int uY); | 142 int ActuallyGetSomeOtherTileInfo(signed int uX, signed int uY); |
143 int DoGetHeightOnTerrain(signed int sX, signed int sZ); | 143 int DoGetHeightOnTerrain(signed int sX, signed int sZ); |
144 int GetSoundIdByPosition(signed int X_pos, signed int Y_pos, int a4); | 144 int GetSoundIdByPosition(signed int X_pos, signed int Y_pos, int a4); |
145 int UpdateDiscoveredArea(int a2, int a3, int a4); | 145 int UpdateDiscoveredArea(int a2, int a3, int a4); |
146 bool _47F04C(signed int a2, signed int a3); | 146 bool _47F04C(signed int a2, signed int a3); |
147 bool _47F097(signed int a2, signed int a3); | 147 bool _47F097(signed int a2, signed int a3); |
177 void *pCmap; | 177 void *pCmap; |
178 BSPModel *pBModels; | 178 BSPModel *pBModels; |
179 unsigned int numFaceIDListElems; | 179 unsigned int numFaceIDListElems; |
180 unsigned __int16 *pFaceIDLIST; | 180 unsigned __int16 *pFaceIDLIST; |
181 unsigned int *pOMAP; | 181 unsigned int *pOMAP; |
182 unsigned int uSky_TextureID; | 182 signed int sSky_TextureID; |
183 unsigned int uMainTile_BitmapID; | 183 signed int sMainTile_BitmapID; |
184 __int16 field_F0; | 184 __int16 field_F0; |
185 __int16 field_F2; | 185 __int16 field_F2; |
186 int field_F4; | 186 int field_F4; |
187 char field_F8[968]; | 187 char field_F8[968]; |
188 unsigned int uNumSpawnPoints; | 188 unsigned int uNumSpawnPoints; |