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:
parent
f72141fbe3
commit
f9eb6383f1
5 changed files with 10 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue