(svn r1782) Remove line which should've been removed in r1779 and caused map generation to hang infinitely
This commit is contained in:
@@ -619,7 +619,7 @@ static void GenerateTerrain(int type, int flag)
|
|||||||
if (*p >= *tile_cur) *tile_cur = *p;
|
if (*p >= *tile_cur) *tile_cur = *p;
|
||||||
p++;
|
p++;
|
||||||
tile_cur -= TILE_XY(0, 1);
|
tile_cur -= TILE_XY(0, 1);
|
||||||
} while (--h_cur != 0);
|
}
|
||||||
tile++;
|
tile++;
|
||||||
} while (--w != 0);
|
} while (--w != 0);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user