Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ doom_init
Function
doom_init
Source/doom.cpp:62–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void doom_init()
63
{
64
doomflag = TRUE;
65
doom_alloc_cel();
66
doom_quest_time = doom_get_frame_from_time() == 31 ? 31 : 0;
67
doom_load_graphics();
68
}
69
70
void doom_close()
71
{
Callers
1
UseItem
Function · 0.85
Calls
3
doom_alloc_cel
Function · 0.85
doom_get_frame_from_time
Function · 0.85
doom_load_graphics
Function · 0.85
Tested by
no test coverage detected