"RESERVIERE JE hat nicht geklappt"
This commit is contained in:
Enno Rehling 2007-02-04 18:34:53 +00:00
parent faf95b2c43
commit 0b4bc1743e
1 changed files with 2 additions and 1 deletions

View File

@ -277,7 +277,8 @@ reserve_cmd(unit * u, struct order *ord)
count = atoip(s);
if (count == 0 && findparam(s, u->faction->locale)==P_EACH) {
count = u->number;
s = getstrtoken();
count = atoip(s) * u->number;
}
rtype = findresourcetype(getstrtoken(), u->faction->locale);