This commit is contained in:
parent
057cb931bb
commit
e5a2e9a6ed
21 changed files with 121 additions and 95 deletions
|
@ -110,7 +110,7 @@ int YPos=MapPos.vy>>MapXYShift;
|
|||
/*****************************************************************************/
|
||||
void CLayerTile::render()
|
||||
{
|
||||
sTileMapElem *MapPtr=GetMapPos();
|
||||
sTileMapElem *MapPtr=Map+GetMapOfs();
|
||||
s16 TileX,TileY;
|
||||
sOT *ThisOT=OtPtr+LayerOT;
|
||||
TSPRT *PrimPtr=PrimBank;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue