(svn r1782) Remove line which should've been removed in r1779 and caused map generation to hang infinitely
authortron
Fri, 04 Feb 2005 07:52:12 +0000
changeset 1278 1fbb6cf8d3f1
parent 1277 76417c041a5e
child 1279 4f83fbde72de
(svn r1782) Remove line which should've been removed in r1779 and caused map generation to hang infinitely
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;