From ed99053282f20f6c6713bbbc97c868735459234e Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 1 May 2005 16:24:36 +0000 Subject: [PATCH] LEHRE parsen ist im Moment wohl kapuutt.. --- src/common/gamecode/study.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/gamecode/study.c b/src/common/gamecode/study.c index cd1aae8ab..cd48cbb3b 100644 --- a/src/common/gamecode/study.c +++ b/src/common/gamecode/study.c @@ -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 (;;) {