forked from github/server
So kompilierte das nicht...
This commit is contained in:
parent
2dc454a5fd
commit
f242d80832
|
@ -1163,7 +1163,7 @@ orc_growth(void)
|
|||
}
|
||||
}
|
||||
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);
|
||||
|
||||
ADDMSG(&u->faction->msgs, msg_message("orcgrowth",
|
||||
|
|
Loading…
Reference in New Issue