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

Function monst_globals_init

src/monst.c:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69struct permonst mons[SIZE(mons_init)];
70
71void
72monst_globals_init(void)
73{
74 memcpy(mons, mons_init, sizeof mons);
75 return;
76}
77
78const struct attack c_sa_yes[NATTK] = SEDUCTION_ATTACKS_YES;
79const struct attack c_sa_no[NATTK] = SEDUCTION_ATTACKS_NO;

Callers 6

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
early_initFunction · 0.85
dump_mongenFunction · 0.85
do_makedefsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected