This commit is contained in:
parent
5b785068c2
commit
fa5105d783
96 changed files with 550 additions and 406 deletions
|
@ -119,7 +119,6 @@ sLayerShadeBackGfx *GfxList=Data->GfxList;
|
|||
// Render Back Shade
|
||||
|
||||
|
||||
// printf("%i %i\n",ThisY,BandHeight);
|
||||
if (BandHeight>256) BandHeight=256;
|
||||
// if (ThisY<0) BandHeight=256;
|
||||
for (i=0; i<BandCount; i++)
|
||||
|
|
|
@ -49,7 +49,7 @@ CLayerCollision::CLayerCollision(sLayerHdr *Hdr)
|
|||
Map=(u8*)MakePtr(Hdr,sizeof(sLayerHdr));
|
||||
MapWidth=LayerHdr->Width;
|
||||
MapHeight=LayerHdr->Height;
|
||||
printf("COLLISION LAYER = %i %i\n",MapWidth,MapHeight);
|
||||
// printf("COLLISION LAYER = %i %i\n",MapWidth,MapHeight);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
@ -25,7 +25,7 @@ CLayerTile::CLayerTile(sLevelHdr *LevelHdr,sLayerHdr *Hdr)
|
|||
MapWidth=LayerHdr->Width;
|
||||
MapHeight=LayerHdr->Height;
|
||||
|
||||
printf("%i %i\n",MapWidth,MapHeight);
|
||||
// printf("%i %i\n",MapWidth,MapHeight);
|
||||
TileBank2d=LevelHdr->TileBank2d;
|
||||
Map=(sTileMapElem*)MakePtr(Hdr,sizeof(sLayerHdr));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue