Abolish VOCWRD().
Action word mnemonics are now enums from adventure.yaml.
This commit is contained in:
parent
2aa5f1dd61
commit
7dc8839249
5 changed files with 5 additions and 34 deletions
6
cheat.c
6
cheat.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue