DEFAULT-Befehl funktioniert wieder nicht (aber diesmal auf andere Weise)

Im NR stehen die alten Befehle auch, wenn man sich mit DEFAULT einen neuen gegeben hat.
This commit is contained in:
Enno Rehling 2005-06-19 21:40:46 +00:00
parent bf1dba5814
commit 050092015e
1 changed files with 1 additions and 0 deletions

View File

@ -616,6 +616,7 @@ bufunit(const faction * f, const unit * u, int indent, int mode)
if (printed) break; /* ein DEFAULT reicht */ if (printed) break; /* ein DEFAULT reicht */
ord=ord->next; ord=ord->next;
} }
if (u->old_orders) break;
} }
} }
#endif #endif