landscape.c
changeset 1278 1fbb6cf8d3f1
parent 1275 10f4edfafb5a
child 1335 a635854c23b6
--- 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;