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);
|
||||
if(tile)
|
||||
{
|
||||
#ifndef _DEBUG
|
||||
#ifdef _DEBUG
|
||||
tile->DebugDumpToFile();
|
||||
logdebug("DEBUG: tile dumped");
|
||||
#endif
|
||||
|
||||
@ -93,7 +93,7 @@ float MapTile::GetZ(float x, float y)
|
||||
|
||||
return real_z;
|
||||
}
|
||||
#ifndef _DEBUG
|
||||
#ifdef _DEBUG
|
||||
void MapTile::DebugDumpToFile(void)
|
||||
{
|
||||
const char *f = "0123456789abcdefghijklmnopqrstuvwxyz";
|
||||
|
||||
@ -31,7 +31,7 @@ public:
|
||||
void ImportFromADT(ADTFile*);
|
||||
float GetZ(float,float);
|
||||
|
||||
#ifndef _DEBUG
|
||||
#ifdef _DEBUG
|
||||
void DebugDumpToFile(void);
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user