Oops rather than complain to player on bad mission in bomb()
This commit is contained in:
parent
7ca4f412b1
commit
feaa2dd938
1 changed files with 1 additions and 2 deletions
|
@ -177,8 +177,7 @@ bomb(void)
|
|||
strat_bomb(&bomb_list, &target);
|
||||
break;
|
||||
default:
|
||||
pr("Bad mission %c\n", mission);
|
||||
break;
|
||||
CANT_REACH();
|
||||
}
|
||||
}
|
||||
pln_put(&bomb_list);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue