Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-07-13 00:38:10 -04:00
27 changed files with 123 additions and 89 deletions

View File

@@ -1595,7 +1595,7 @@ int x,y;
&& is_valid_jump_pos(x, y, g.jumping_is_magic, FALSE));
}
void
STATIC_OVL void
display_jump_positions(state)
int state;
{
@@ -2848,7 +2848,7 @@ static const char
cant_reach[] = "can't reach that spot from here.";
/* find pos of monster in range, if only one monster */
boolean
STATIC_OVL boolean
find_poleable_mon(pos, min_range, max_range)
coord *pos;
int min_range, max_range;
@@ -2901,7 +2901,7 @@ int x, y;
&& distu(x, y) <= g.polearm_range_max);
}
void
STATIC_OVL void
display_polearm_positions(state)
int state;
{