forked from github/server
So kompilierte das nicht...
This commit is contained in:
parent
2dc454a5fd
commit
f242d80832
1 changed files with 1 additions and 1 deletions
|
@ -1163,7 +1163,7 @@ orc_growth(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (increase) {
|
if (increase) {
|
||||||
u2 = create_unit(r, u->faction, increase, u->race, 0, NULL, u);
|
unit * u2 = create_unit(r, u->faction, increase, u->race, 0, NULL, u);
|
||||||
transfermen(u2, u, u2->number);
|
transfermen(u2, u, u2->number);
|
||||||
|
|
||||||
ADDMSG(&u->faction->msgs, msg_message("orcgrowth",
|
ADDMSG(&u->faction->msgs, msg_message("orcgrowth",
|
||||||
|
|
Loading…
Reference in a new issue