X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=actions1.c;h=2c6885c5864938236634cfd7a6a57fe644196753;hp=b84d62221b610d2291fb4283a75b32d49dce6476;hb=f9eb6383f1fc75589d186d9eb88e4190e26042a7;hpb=f72141fbe356cd7bfe90a91cf65353e2808197a8 diff --git a/actions1.c b/actions1.c index b84d622..2c6885c 100644 --- a/actions1.c +++ b/actions1.c @@ -23,7 +23,7 @@ int action(FILE *input, long STARTAT) { BUG(99); L4000: VERB=K; - game.spk=ACTVERB[VERB]; + game.spk=ACTSPK[VERB]; if(WD2 > 0 && VERB != SAY) return(2800); if(VERB == SAY)OBJ=WD2; if(OBJ > 0) goto L4090;