Cleaned up do_command() a little
This commit is contained in:
parent
b29f56f595
commit
4d7858d333
2 changed files with 70 additions and 79 deletions
1
advent.h
1
advent.h
|
@ -144,6 +144,7 @@ struct game_t {
|
|||
long dtotal;
|
||||
long foobar; // current progress in saying "FEE FIE FOE FOO".
|
||||
long holdng; // number of objects being carried
|
||||
long igo; // How many times he's said "go" instead of the direction
|
||||
long iwest; // How many times he's said "west" instead of "w"
|
||||
long knfloc; // 0 if no knife here, loc if knife , -1 after caveat
|
||||
long limit; // lifetime of lamp (not set here)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue