Remove unneeded code.
This commit is contained in:
parent
7bb2cda986
commit
0590c080ee
1 changed files with 0 additions and 6 deletions
6
main.c
6
main.c
|
@ -1091,12 +1091,6 @@ Lclosecheck:
|
|||
if (preserve.word[0].type == ACTION && preserve.word[1].type == NO_WORD_TYPE && command.word[1].id == 0)
|
||||
command.verb = preserve.verb;
|
||||
|
||||
#ifdef BROKEN
|
||||
/* Handling of actionless object followed by objectless action */
|
||||
if (preserve.word[0].type == OBJECT && preserve.word[1].type == NO_WORD_TYPE && command.word[1].id == 0 && command.word[0].id == CARRY)
|
||||
command.obj = preserve.obj;
|
||||
#endif /* BROKEN */
|
||||
|
||||
++game.turns;
|
||||
|
||||
if (closecheck()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue