Abolish VOCWRD().

Action word mnemonics are now enums from adventure.yaml.
This commit is contained in:
Jason S. Ninneman 2017-06-26 22:07:24 -07:00
parent 2aa5f1dd61
commit 7dc8839249
5 changed files with 5 additions and 34 deletions

View file

@ -13,12 +13,6 @@ struct game_t game;
long LNLENG, LNPOSN;
char rawbuf[LINESIZE], INLINE[LINESIZE + 1];
long FIND;
long INVENT;
long SAY;
long LOCK;
long THROW;
FILE *logfp = NULL, *rfp = NULL;
bool oldstyle = false;
bool editline = true;