Abolish 18999 return from actions().
This commit is contained in:
parent
093415efc8
commit
bfda14305a
2 changed files with 12 additions and 12 deletions
11
main.c
11
main.c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue