makemon and mkobj follow-up initialization bit

This commit is contained in:
nhmall
2020-07-31 10:00:14 -04:00
parent 8b2750ab60
commit 6357505948
2 changed files with 2 additions and 2 deletions

View File

@@ -1038,7 +1038,7 @@ int mndx;
}
}
static const struct mextra zeromextra = { DUMMY };
static const struct mextra zeromextra = DUMMY;
static void
init_mextra(mex)

View File

@@ -67,7 +67,7 @@ static const struct icp hellprobs[] = { { 20, WEAPON_CLASS },
{ 8, RING_CLASS },
{ 4, AMULET_CLASS } };
static const struct oextra zerooextra = { DUMMY };
static const struct oextra zerooextra = DUMMY;
static void
init_oextra(oex)