# HG changeset patch # User tron # Date 1107503532 0 # Node ID 1fbb6cf8d3f1765b00ea99a9b1f06b23a3619a53 # Parent 76417c041a5e64b8a1b2bb262f452d676de07bc8 (svn r1782) Remove line which should've been removed in r1779 and caused map generation to hang infinitely diff -r 76417c041a5e -r 1fbb6cf8d3f1 landscape.c --- a/landscape.c Thu Feb 03 22:09:19 2005 +0000 +++ b/landscape.c Fri Feb 04 07:52:12 2005 +0000 @@ -619,7 +619,7 @@ if (*p >= *tile_cur) *tile_cur = *p; p++; tile_cur -= TILE_XY(0, 1); - } while (--h_cur != 0); + } tile++; } while (--w != 0); break;