From: copperwater Date: Wed, 26 Sep 2018 03:14:45 +0000 (-0400) Subject: Fix "would flyif you weren't levitating" - missing space X-Git-Tag: NetHack-3.6.2_Released~194^2~4^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bab350f355befe9bedce559d24a5d03cf1418336;p=nethack Fix "would flyif you weren't levitating" - missing space --- diff --git a/src/cmd.c b/src/cmd.c index 1c65ec71f..abce5be26 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -494,7 +494,7 @@ doextlist(VOID_ARGS) onelist = 1 - onelist; /* toggle 0 -> 1, 1 -> 0 */ redisplay = TRUE; break; - } + } free((genericptr_t) selected); } else { search = FALSE; @@ -2468,7 +2468,7 @@ int final; if (Flying) enl_msg(You_, "would fly", "would have flown", Levitation - ? "if you weren't levitating" + ? " if you weren't levitating" : (save_BFly == FROMOUTSIDE) ? if_surroundings_permitted /* both surroundings and [latent] levitation */