This commit is contained in:
Daveo 2000-11-28 21:35:54 +00:00
parent fcfea94be6
commit 50b875d84b
3 changed files with 8 additions and 12 deletions

View file

@ -137,7 +137,6 @@ int Height=GetHeight();
if ((X>=0 && X<Width) && (Y>=0 && Y<Height))
{
Map[X][Y]=Blk;
TRACE2("%i %i\n",Blk.Set,Blk.Tile);
if (Blk.Tile==0)
{ // Only use one zero tile
Map[X][Y].Set=0;