(svn r1782) Remove line which should've been removed in r1779 and caused map generation to hang infinitely

This commit is contained in:
tron 2005-02-04 07:52:12 +00:00
parent a5ffbbee2d
commit 88ebe22d8b
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ static void GenerateTerrain(int type, int flag)
if (*p >= *tile_cur) *tile_cur = *p;
p++;
tile_cur -= TILE_XY(0, 1);
} while (--h_cur != 0);
}
tile++;
} while (--w != 0);
break;