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);
|
strat_bomb(&bomb_list, &target);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
pr("Bad mission %c\n", mission);
|
CANT_REACH();
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pln_put(&bomb_list);
|
pln_put(&bomb_list);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue