bugfix default-befehle (english)

This commit is contained in:
Enno Rehling 2006-02-05 12:55:12 +00:00
parent 9466428c4d
commit 21f88cf801
2 changed files with 2 additions and 1 deletions

View File

@ -1907,6 +1907,7 @@ create_unit(region * r, faction * f, int number, const struct race *urace, int i
order * deford = default_order(f->locale);
assert(urace);
assert(deford);
assert(f->alive);
u_setfaction(u, f);
set_order(&u->thisorder, NULL);

View File

@ -6,6 +6,6 @@
<text locale="en">With the first two turns, you will get a computer report (CR). It can be used with many of the tools on http://eressea-pbem.de/download.html. If you want to continue getting it after the second turn, please make one of your units give the order OPTION COMPUTER.</text>
</string>
<string name="defaultorder">
<text locale="en">WORKWORK</text>
<text locale="en">WORK</text>
</string>
</strings>