(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 92dfd1f02c
commit 3153924ad1

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;