From 3153924ad16812a61abb920247576a4053912b16 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 4 Feb 2005 07:52:12 +0000 Subject: (svn r1782) Remove line which should've been removed in r1779 and caused map generation to hang infinitely --- landscape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landscape.c b/landscape.c index e1e0e4cc4..bdf596d70 100644 --- a/landscape.c +++ b/landscape.c @@ -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; -- cgit v1.2.3-70-g09d2