Merge branch 'flyif_fix' of https://github.com/copperwater/NetHack into copperwater-flyif_fix

This commit is contained in:
nhmall
2018-09-25 23:22:11 -04:00

View File

@@ -494,7 +494,7 @@ doextlist(VOID_ARGS)
onelist = 1 - onelist; /* toggle 0 -> 1, 1 -> 0 */ onelist = 1 - onelist; /* toggle 0 -> 1, 1 -> 0 */
redisplay = TRUE; redisplay = TRUE;
break; break;
} }
free((genericptr_t) selected); free((genericptr_t) selected);
} else { } else {
search = FALSE; search = FALSE;
@@ -2468,7 +2468,7 @@ int final;
if (Flying) if (Flying)
enl_msg(You_, "would fly", "would have flown", enl_msg(You_, "would fly", "would have flown",
Levitation Levitation
? "if you weren't levitating" ? " if you weren't levitating"
: (save_BFly == FROMOUTSIDE) : (save_BFly == FROMOUTSIDE)
? if_surroundings_permitted ? if_surroundings_permitted
/* both surroundings and [latent] levitation */ /* both surroundings and [latent] levitation */