Mercurial > mm7
comparison Outdoor.h @ 2395:eba7123e4a2d
fixing some compiler variable optimalization
author | zipi |
---|---|
date | Fri, 04 Jul 2014 15:09:13 +0100 |
parents | bddcaf5d5db2 |
children | 0f17a30149ec |
comparison
equal
deleted
inserted
replaced
2394:2fe8feb3dcd1 | 2395:eba7123e4a2d |
---|---|
136 | 136 |
137 void ExecDraw(unsigned int bRedraw); | 137 void ExecDraw(unsigned int bRedraw); |
138 void PrepareActorsDrawList(); | 138 void PrepareActorsDrawList(); |
139 void CreateDebugLocation(); | 139 void CreateDebugLocation(); |
140 void Release(); | 140 void Release(); |
141 bool Load(const char *pFilename, ODMFace *File, size_t a4, int thisa); | 141 bool Load(const char *pFilename, ODMFace *File, size_t a4, int *thisa); |
142 int GetTileIdByTileMapId(signed int a2); | 142 int GetTileIdByTileMapId(signed int a2); |
143 unsigned int DoGetTileTexture(signed int uX, signed int uZ); | 143 unsigned int DoGetTileTexture(signed int uX, signed int uZ); |
144 int _47ED83(signed int a2, signed int a3); | 144 int _47ED83(signed int a2, signed int a3); |
145 int ActuallyGetSomeOtherTileInfo(signed int uX, signed int uY); | 145 int ActuallyGetSomeOtherTileInfo(signed int uX, signed int uY); |
146 int DoGetHeightOnTerrain(signed int sX, signed int sZ); | 146 int DoGetHeightOnTerrain(signed int sX, signed int sZ); |
156 bool LoadTileGroupIds(); | 156 bool LoadTileGroupIds(); |
157 double GetFogDensityByTime(); | 157 double GetFogDensityByTime(); |
158 int GetSomeOtherTileInfo(int sX, int sY); | 158 int GetSomeOtherTileInfo(int sX, int sY); |
159 unsigned int GetTileTexture(int sX, int sZ); | 159 unsigned int GetTileTexture(int sX, int sZ); |
160 int GetHeightOnTerrain(int sX, int sZ); | 160 int GetHeightOnTerrain(int sX, int sZ); |
161 bool Initialize(const char *pFilename, int File, size_t uRespawnInterval, int thisa); | 161 bool Initialize(const char *pFilename, int File, size_t uRespawnInterval, int *thisa); |
162 //bool Release2(); | 162 //bool Release2(); |
163 bool GetTravelDestination(signed int sPartyX, signed int sPartyZ, char *pOut, signed int a5); | 163 bool GetTravelDestination(signed int sPartyX, signed int sPartyZ, char *pOut, signed int a5); |
164 void MessWithLUN(); | 164 void MessWithLUN(); |
165 void UpdateSunlightVectors(); | 165 void UpdateSunlightVectors(); |
166 void UpdateFog(); | 166 void UpdateFog(); |