MCPcopy Index your code
hub / github.com/NetHack/NetHack / oinit

Function oinit

src/o_init.c:368–372  ·  view source on GitHub ↗

level dependent initialization */

Source from the content-addressed store, hash-verified

366
367/* level dependent initialization */
368void
369oinit(void)
370{
371 setgemprobs(&u.uz);
372}
373
374void
375savenames(NHFILE *nhfp)

Callers 3

goto_levelFunction · 0.85
makelevelFunction · 0.85
lspo_reset_levelFunction · 0.85

Calls 1

setgemprobsFunction · 0.85

Tested by

no test coverage detected