forked from github/server
Parteirasse muss natürlich auch konvertiert werden.
This commit is contained in:
parent
ba3d3e0db6
commit
bf2a476e3a
|
@ -2619,6 +2619,9 @@ orc_conversion(void)
|
||||||
unit *u;
|
unit *u;
|
||||||
|
|
||||||
for(f=factions; f; f=f->next) {
|
for(f=factions; f; f=f->next) {
|
||||||
|
if(f->race == new_race[RC_ORC]) {
|
||||||
|
f->race == new_race[RC_URUK];
|
||||||
|
}
|
||||||
for(u=f->units; u; u=u->next) {
|
for(u=f->units; u; u=u->next) {
|
||||||
if(u->race == new_race[RC_ORC]) {
|
if(u->race == new_race[RC_ORC]) {
|
||||||
/* convert to either uruk or snotling */
|
/* convert to either uruk or snotling */
|
||||||
|
|
Loading…
Reference in New Issue