]> git.pond.sub.org Git - empserver/commitdiff
Really, really fix bomb not to wipe out plane updates hvy-plastic-1.4
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 18 Apr 2009 12:41:24 +0000 (14:41 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 19 Apr 2009 20:06:08 +0000 (22:06 +0200)
Commit 82b5e3c2 missed escorts.
(cherry picked from commit ce7fab3868c657c4b1240d3b303caa1bd78408ff)

src/lib/commands/bomb.c

index f959e06d77a19fd0c3ee5698649ba2993e384324..589e5b73883c666f4f5304ba216729c1f55ed937 100644 (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) {