We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adef74 commit 369d4eeCopy full SHA for 369d4ee
common/build.h
@@ -1,2 +1,2 @@
1
/* This file is generated by git */
2
-#define BUILD "416"
+#define BUILD "417"
common/map.c
@@ -764,9 +764,9 @@ static void map_add_river(dw_map *map) {
764
--x;
765
else if (maindir == 3) /* east */
766
++x;
767
- }
768
- if (map_ob(x) || map_ob(y)) {
769
- return;
+ if (map_ob(x) || map_ob(y)) {
+ return;
+ }
770
}
771
while (map->walkable[x][y] || map->tiles[x][y] != TILE_WATER) {
772
map->tiles[x][y] = TILE_WATER;
0 commit comments