Typo fix.
This commit is contained in:
parent
c5d2d9ddb5
commit
8718a6c1da
1 changed files with 2 additions and 2 deletions
|
@ -1099,7 +1099,7 @@ int action(FILE *input, enum speechpart part, long verb, token_t obj)
|
|||
case 1: /* DROP */ return discard(verb, obj, false);
|
||||
case 2: /* SAY */ return say();
|
||||
case 3: /* UNLOC */ return lock(verb, obj);
|
||||
case 4: /* NOTHI */ {RSPEAK(54); return(20012);}
|
||||
case 4: /* NOTHI */ {RSPEAK(54); return(GO_CLEAROBJ);}
|
||||
case 5: /* LOCK */ return lock(verb, obj);
|
||||
case 6: /* LIGHT */ return light(verb, obj);
|
||||
case 7: /* EXTI */ return extinguish(verb, obj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue