From aa27b856da00b1762c8c999a4099961bf52df81c Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 20 Jan 2002 12:04:20 +0000 Subject: [PATCH] =?UTF-8?q?Falshce=20PArameter=C3=BCbergabe=20an=20msg=5Fm?= =?UTF-8?q?essage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/gamecode/economy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gamecode/economy.c b/src/common/gamecode/economy.c index 89d67b62e..f196547c7 100644 --- a/src/common/gamecode/economy.c +++ b/src/common/gamecode/economy.c @@ -1807,7 +1807,7 @@ create_potion(unit * u, const potion_type * ptype, int want) default: i_change(&u->items, ptype->itype, built); if (want==INT_MAX) want = built; - ADDMSG(&u->faction->msgs, msg_message(u->faction, "manufacture", + ADDMSG(&u->faction->msgs, msg_message("manufacture", "unit region amount wanted resource", u, u->region, built, want, ptype->itype->rtype)); break; }