Revert a variable name previously changed to be out of the way.
[open-adventure.git] / actions1.c
index b84d62221b610d2291fb4283a75b32d49dce6476..2c6885c5864938236634cfd7a6a57fe644196753 100644 (file)
@@ -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;