This commit is contained in:
Daveo 2001-07-31 16:49:59 +00:00
parent d76a434f00
commit 60ad167125
3 changed files with 15 additions and 25 deletions

View file

@ -19,10 +19,6 @@ static const int TILE2D_HEIGHT=12;
static const int SCREEN_TILE2D_WIDTH=((512/TILE2D_WIDTH)+1);
static const int SCREEN_TILE2D_HEIGHT=((256/TILE2D_HEIGHT)+1);
#ifdef __VERSION_DEBUG__
extern int PretendToBeAPS2;
#endif
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
@ -114,13 +110,6 @@ int YPos=MapPos.vy>>MapXYShift;
/*****************************************************************************/
void CLayerTile::render()
{
#ifdef __VERSION_DEBUG__
if(PretendToBeAPS2)
{
return;
}
#endif
sTileMapElem *MapPtr=Map+GetMapOfs();
s16 TileX,TileY;
sOT *ThisOT=OtPtr+LayerOT;