Falshce PArameterübergabe an msg_message

This commit is contained in:
Enno Rehling 2002-01-20 12:04:20 +00:00
parent 23fbd2f18a
commit aa27b856da
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}