Skip to content

Commit

Permalink
Fixes an(other) issue with swamp cave placement
Browse files Browse the repository at this point in the history
Fixes issue #68 where Tantegel and Garinham were placed on the same continent
when connected by swamp cave, resulting in a soft lock.
  • Loading branch information
mcgrew committed Feb 1, 2018
1 parent 35dc020 commit 4a3b729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.h
@@ -1,2 +1,2 @@
/* This file is generated by git */
#define BUILD "341"
#define BUILD "342"
1 change: 1 addition & 0 deletions common/map.c
Expand Up @@ -636,6 +636,7 @@ static BOOL place_landmarks(dw_map *map)
tantegel_lm = place_tantegel(map, largest, 0);
} else {
tantegel_lm = place_tantegel(map, next, 0);
swamp_placed = TRUE;
}
/* rimuldar needs to be on the same land mass as tantegel (for keys) */
rimuldar_lm1 = rimuldar_lm2 = (int)tantegel_lm;
Expand Down

0 comments on commit 4a3b729

Please sign in to comment.