This commit is contained in:
Daveo 2001-08-23 15:30:32 +00:00
parent 3dc2c02b01
commit 41a833f080
12 changed files with 76 additions and 86 deletions

View file

@ -49,7 +49,7 @@ CLayerTile::CLayerTile(sLevelHdr *LevelHdr,sLayerHdr *Hdr)
for (int i=0; i<PrimCount; i++)
{
setTSprt(PrimPtr);
setTSetShadeTex(PrimPtr,1);
setTShadeTex(PrimPtr,1);
PrimPtr->w=TILE2D_WIDTH;
PrimPtr->h=TILE2D_HEIGHT;
PrimPtr++;