initialize building_type.magres

This commit is contained in:
Enno Rehling 2020-11-08 15:31:16 +01:00
parent 65488eb2f8
commit 0ee4afc023
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ building_type *bt_get_or_create(const char *name)
btype->maxsize = -1;
btype->capacity = 1;
btype->maxcapacity = -1;
btype->magres = frac_zero;
bt_register(btype);
}
return btype;