Remove a remnant line number.

This commit is contained in:
Eric S. Raymond 2023-04-10 18:33:36 -04:00
parent 4d4e8dce96
commit 88feaab0c0

26
main.c
View file

@ -783,19 +783,19 @@ static bool closecheck(void)
* chest, which may of course never show up). Note that the * chest, which may of course never show up). Note that the
* treasures need not have been taken yet, just located. Hence * treasures need not have been taken yet, just located. Hence
* clock1 must be large enough to get out of the cave (it only ticks * clock1 must be large enough to get out of the cave (it only ticks
* while inside the cave). When it hits zero, we branch to 10000 to * while inside the cave). When it hits zero, we start closing the
* start closing the cave, and then sit back and wait for him to try * cave, and then sit back and wait for him to try to get out. If he
* to get out. If he doesn't within clock2 turns, we close the cave; * doesn't within clock2 turns, we close the cave; if he does try, we
* if he does try, we assume he panics, and give him a few additional * assume he panics, and give him a few additional turns to get
* turns to get frantic before we close. When clock2 hits zero, we * frantic before we close. When clock2 hits zero, we transport him
* transport him into the final puzzle. Note that the puzzle depends * into the final puzzle. Note that the puzzle depends upon all
* upon all sorts of random things. For instance, there must be no * sorts of random things. For instance, there must be no water or
* water or oil, since there are beanstalks which we don't want to be * oil, since there are beanstalks which we don't want to be able to
* able to water, since the code can't handle it. Also, we can have * water, since the code can't handle it. Also, we can have no keys,
* no keys, since there is a grate (having moved the fixed object!) * since there is a grate (having moved the fixed object!) there
* there separating him from all the treasures. Most of these * separating him from all the treasures. Most of these problems
* problems arise from the use of negative prop numbers to suppress * arise from the use of negative prop numbers to suppress the object
* the object descriptions until he's actually moved the objects. */ * descriptions until he's actually moved the objects. */
{ {
/* If a turn threshold has been met, apply penalties and tell /* If a turn threshold has been met, apply penalties and tell
* the player about it. */ * the player about it. */