This commit is contained in:
Daveo 2001-02-20 16:40:39 +00:00
parent 0a22ec4675
commit 82fabeb2ed

View file

@ -66,7 +66,7 @@ void CLayerBack::render()
sOT *ThisOT=OtPtr+(MAX_OT-1); sOT *ThisOT=OtPtr+(MAX_OT-1);
//printf("%i %i\n",MapWidth,MapHeight); //printf("%i %i\n",MapWidth,MapHeight);
setXYWH(&Poly[0],0,-YOfs,512,BH); setXYWH(&Poly[0],0,-YOfs,512,BH);
addPrim(ThisOT,&Poly[0]); // addPrim(ThisOT,&Poly[0]);
} }