From a1912109d28b941bbe7d4909ee77508fdbbba29d Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 21 Jul 2004 15:47:41 +0000 Subject: [PATCH] =?UTF-8?q?mapper=20kompilieren=20mit=20korrekten=20parame?= =?UTF-8?q?tern=20f=C3=BCr=20new=5Fship?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mapper/map_modify.c | 2 +- src/mapper/map_units.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapper/map_modify.c b/src/mapper/map_modify.c index 6a4c77526..8f60380b5 100644 --- a/src/mapper/map_modify.c +++ b/src/mapper/map_modify.c @@ -530,7 +530,7 @@ NeuesSchiff(region * r) wAddstr(stype[q]->name[0]); wrefresh(win); - s = new_ship(stype[q], r); + s = new_ship(stype[q], default_locale, r); /* Ist das richtig so, Henning? */ addlist(&r->ships, s); s->region = r; diff --git a/src/mapper/map_units.c b/src/mapper/map_units.c index d88c4693d..02179c197 100644 --- a/src/mapper/map_units.c +++ b/src/mapper/map_units.c @@ -60,7 +60,7 @@ SpecialFunctionUnit(unit *u) case 'b': case 'B': { - ship *sh = new_ship(st_find("balloon"), u->region); + ship *sh = new_ship(st_find("balloon"), u->faction->locale, u->region); addlist(&u->region->ships, sh); set_string(&sh->name, "Ballon"); set_string(&sh->display, "Eine große leuchtendrote Werbeaufschrift "