MCPcopy Create free account
hub / github.com/NetHack/NetHack / init_mextra

Function init_mextra

src/makemon.c:1058–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1056static const struct mextra zeromextra = DUMMY;
1057
1058staticfn void
1059init_mextra(struct mextra *mex)
1060{
1061 *mex = zeromextra;
1062 mex->mcorpsenm = NON_PM;
1063}
1064
1065struct mextra *
1066newmextra(void)

Callers 1

newmextraFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected