forked from github/server
initialize building_type.magres
This commit is contained in:
parent
65488eb2f8
commit
0ee4afc023
|
@ -126,6 +126,7 @@ building_type *bt_get_or_create(const char *name)
|
||||||
btype->maxsize = -1;
|
btype->maxsize = -1;
|
||||||
btype->capacity = 1;
|
btype->capacity = 1;
|
||||||
btype->maxcapacity = -1;
|
btype->maxcapacity = -1;
|
||||||
|
btype->magres = frac_zero;
|
||||||
bt_register(btype);
|
bt_register(btype);
|
||||||
}
|
}
|
||||||
return btype;
|
return btype;
|
||||||
|
|
Loading…
Reference in New Issue