LEHRE parsen ist im Moment wohl kapuutt..

This commit is contained in:
Enno Rehling 2005-05-01 16:24:36 +00:00
parent 50e4d785a4
commit ed99053282
1 changed files with 3 additions and 0 deletions

View File

@ -336,6 +336,9 @@ teach(unit * u, struct order * ord)
static char zOrder[BUFSIZE];
order * new_order;
init_tokens(ord);
skip_token();
strcpy(zOrder, locale_string(u->faction->locale, keywords[K_TEACH]));
for (;;) {