Abolish 18999 return from actions().

This commit is contained in:
Eric S. Raymond 2017-06-11 11:25:31 -04:00
parent 093415efc8
commit bfda14305a
2 changed files with 12 additions and 12 deletions

11
main.c
View file

@ -1041,14 +1041,11 @@ Laction:
RSPEAK(257);
obj=0;
goto L2600;
case 18999:
/* Oh dear, he's disturbed the dwarves. */
RSPEAK(SPK);
/* fall through */
case 19000:
RSPEAK(136);
score(0);
return true;
/* Oh dear, he's disturbed the dwarves. */
RSPEAK(136);
score(0);
return true;
}
BUG(99);