Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
368
void
369
oinit(void)
370
{
371
setgemprobs(&u.uz);
372
}
373
374
void
375
savenames(NHFILE *nhfp)
Callers
3
goto_level
Function · 0.85
makelevel
Function · 0.85
lspo_reset_level
Function · 0.85
Calls
1
setgemprobs
Function · 0.85
Tested by
no test coverage detected