Remove gaps from arbitrary_messages, there are no more number sependencies.

Some spans within the list may still rely on contiguity.
This commit is contained in:
Eric S. Raymond 2017-06-30 11:25:46 -04:00
parent a6d1f9228b
commit 51a4d7bd3a
2 changed files with 5 additions and 38 deletions

1
main.c
View file

@ -598,7 +598,6 @@ static bool playermove(token_t verb, int motion)
if (T_TERMINATE(travel[travel_entry]) || travel[travel_entry].motion == motion)
break;
if (travel[travel_entry].stop) {
/* FIXME: Magic numbers! */
/* Couldn't find an entry matching the motion word passed
* in. Various messages depending on word given. */
int spk = CANT_APPLY;