comparison Outdoor.h @ 119:be3c07c98861

Outdoor minimap fixed (didn't test wizard eye thou)
author Nomad
date Sun, 10 Feb 2013 23:14:42 +0200
parents 9c0607679772
children 8b8fd4d83fdc
comparison
equal deleted inserted replaced
118:acff5a5d563b 119:be3c07c98861
141 141
142 void ExecDraw(unsigned int bRedraw); 142 void ExecDraw(unsigned int bRedraw);
143 unsigned int DrawActors(); 143 unsigned int DrawActors();
144 void CreateDebugLocation(); 144 void CreateDebugLocation();
145 void Release(); 145 void Release();
146 bool Load(char *pFilename, ODMFace *File, size_t a4, int thisa); 146 bool Load(const char *pFilename, ODMFace *File, size_t a4, int thisa);
147 int _47ECC1(signed int a2); 147 int _47ECC1(signed int a2);
148 unsigned int DoGetTileTexture(unsigned int uX, unsigned int uZ); 148 unsigned int DoGetTileTexture(unsigned int uX, unsigned int uZ);
149 int _47ED83(signed int a2, signed int a3); 149 int _47ED83(signed int a2, signed int a3);
150 int ActuallyGetSomeOtherTileInfo(unsigned int uX, unsigned int uY); 150 int ActuallyGetSomeOtherTileInfo(unsigned int uX, unsigned int uY);
151 int DoGetHeightOnTerrain(unsigned int uX, unsigned int uZ); 151 int DoGetHeightOnTerrain(unsigned int uX, unsigned int uZ);