MCPcopy 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
62void 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
70void doom_close()
71{

Callers 1

UseItemFunction · 0.85

Calls 3

doom_alloc_celFunction · 0.85
doom_get_frame_from_timeFunction · 0.85
doom_load_graphicsFunction · 0.85

Tested by

no test coverage detected