X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=af11a4bcbc36f7240909802b995e8407898a523e;hp=a558f7eb21100751c726778d0ae2acd1bcfc5659;hb=818b95a85facfc793d6a652ca6467405c7d37c7c;hpb=fece880dc22f9bd821986bf5238884525d442421 diff --git a/main.c b/main.c index a558f7e..af11a4b 100644 --- a/main.c +++ b/main.c @@ -448,7 +448,7 @@ static bool dwarfmove(void) rspeak(stick > 1 ? MULTIPLE_HITS : (stick == 1 ? ONE_HIT : NONE_HIT), stick); } else { rspeak(KNIFE_THROWN); - rspeak(MISSES_YOU); + rspeak(stick ? GETS_YOU : MISSES_YOU); } if (stick == 0) return true; @@ -1103,7 +1103,6 @@ Lclearobj: if (!get_command_input(&command)) return false; -Lclosecheck: ++game.turns; if (closecheck()) { @@ -1194,8 +1193,6 @@ Lookup: return true; case GO_TOP: continue; /* back to top of main interpreter loop */ - case GO_CHECKFOO: - goto Lclosecheck; case GO_LOOKUP: goto Lookup; case GO_WORD2: