Really, really fix bomb not to wipe out plane updates
Commit82b5e3c2
missed escorts. (cherry picked from commitce7fab3868
)
This commit is contained in:
parent
f571a37cde
commit
bdcd59155a
1 changed files with 5 additions and 0 deletions
|
@ -157,6 +157,11 @@ bomb(void)
|
||||||
plp = (struct plist *)qp;
|
plp = (struct plist *)qp;
|
||||||
changed_plane_aborts(plp);
|
changed_plane_aborts(plp);
|
||||||
}
|
}
|
||||||
|
for (qp = esc_list.q_forw; qp != &esc_list; qp = next) {
|
||||||
|
next = qp->q_forw;
|
||||||
|
plp = (struct plist *)qp;
|
||||||
|
changed_plane_aborts(plp);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case 's':
|
case 's':
|
||||||
if (opt_SLOW_WAR) {
|
if (opt_SLOW_WAR) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue