makemon and mkobj follow-up initialization bit
This commit is contained in:
@@ -1038,7 +1038,7 @@ int mndx;
|
||||
}
|
||||
}
|
||||
|
||||
static const struct mextra zeromextra = { DUMMY };
|
||||
static const struct mextra zeromextra = DUMMY;
|
||||
|
||||
static void
|
||||
init_mextra(mex)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user