Really, really fix bomb not to wipe out plane updates

Commit 82b5e3c2 missed escorts.
(cherry picked from commit ce7fab3868)
This commit is contained in:
Markus Armbruster 2009-04-18 14:41:24 +02:00
parent f571a37cde
commit bdcd59155a

View file

@ -157,6 +157,11 @@ bomb(void)
plp = (struct plist *)qp;
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;
case 's':
if (opt_SLOW_WAR) {