Revert a variable name previously changed to be out of the way.

Also, make output from replays easier to interpret by adding prompts.
This commit is contained in:
Eric S. Raymond 2017-05-23 22:29:24 -04:00
parent f72141fbe3
commit f9eb6383f1
5 changed files with 10 additions and 8 deletions

View 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;