omg typos of tiredness
This commit is contained in:
parent
16be9c5bcc
commit
13760afb96
@ -123,7 +123,7 @@ float MapMgr::GetZ(float x, float y)
|
|||||||
MapTile *tile = _tiles->GetTile(xg,yg);
|
MapTile *tile = _tiles->GetTile(xg,yg);
|
||||||
if(tile)
|
if(tile)
|
||||||
{
|
{
|
||||||
#ifndef _DEBUG
|
#ifdef _DEBUG
|
||||||
tile->DebugDumpToFile();
|
tile->DebugDumpToFile();
|
||||||
logdebug("DEBUG: tile dumped");
|
logdebug("DEBUG: tile dumped");
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -93,7 +93,7 @@ float MapTile::GetZ(float x, float y)
|
|||||||
|
|
||||||
return real_z;
|
return real_z;
|
||||||
}
|
}
|
||||||
#ifndef _DEBUG
|
#ifdef _DEBUG
|
||||||
void MapTile::DebugDumpToFile(void)
|
void MapTile::DebugDumpToFile(void)
|
||||||
{
|
{
|
||||||
const char *f = "0123456789abcdefghijklmnopqrstuvwxyz";
|
const char *f = "0123456789abcdefghijklmnopqrstuvwxyz";
|
||||||
|
|||||||
@ -31,7 +31,7 @@ public:
|
|||||||
void ImportFromADT(ADTFile*);
|
void ImportFromADT(ADTFile*);
|
||||||
float GetZ(float,float);
|
float GetZ(float,float);
|
||||||
|
|
||||||
#ifndef _DEBUG
|
#ifdef _DEBUG
|
||||||
void DebugDumpToFile(void);
|
void DebugDumpToFile(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user