X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=actions.c;h=9a68f268429a0f5ed1c9c615164fc1e325996850;hb=refs%2Fmerge-requests%2F74%2Fhead;hp=c25668915aa10b7aa97f62dd6a8aeb96ea5390fd;hpb=34621b054adb37028a18411db7df5dee0e9c9f00;p=open-adventure.git diff --git a/actions.c b/actions.c index c256689..9a68f26 100644 --- a/actions.c +++ b/actions.c @@ -694,7 +694,6 @@ static int listen(void) static int lock(token_t verb, token_t obj) /* Lock, unlock, no object given. Assume various things if present. */ { - int k; int spk = ACTSPK[verb]; if (obj == INTRANSITIVE) { spk=28; @@ -989,7 +988,6 @@ int action(FILE *input, enum speechpart part, long verb, token_t obj) * unless verb is "say", which snarfs arbitrary second word. */ { - int kk; token_t spk=ACTSPK[verb]; if (part == unknown)