This commit is contained in:
Paul 2001-02-13 22:36:49 +00:00
parent 8c09a0d3f5
commit 412f73ee70

View file

@ -189,6 +189,12 @@ sOT *ThisOT=OtPtr+LayerOT;
{ {
if (TileLayers[i]) TileLayers[i]->render(); if (TileLayers[i]) TileLayers[i]->render();
} }
#ifdef __SHOW_COLLISION__
if(CollisionLayer)
{
CollisionLayer->render(MapPos);
}
#endif
} }
/*****************************************************************************/ /*****************************************************************************/