diff --git a/source/level/layerback.cpp b/source/level/layerback.cpp index 84f84f2c6..32bab88e7 100644 --- a/source/level/layerback.cpp +++ b/source/level/layerback.cpp @@ -66,7 +66,7 @@ void CLayerBack::render() sOT *ThisOT=OtPtr+(MAX_OT-1); //printf("%i %i\n",MapWidth,MapHeight); setXYWH(&Poly[0],0,-YOfs,512,BH); - addPrim(ThisOT,&Poly[0]); +// addPrim(ThisOT,&Poly[0]); }