Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ doom_get_frame_from_time
Function
doom_get_frame_from_time
Source/doom.cpp:31–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
*/
30
31
int doom_get_frame_from_time()
32
{
33
if (DoomQuestState == 36001) {
34
return 31;
35
}
36
37
return DoomQuestState / 1200;
38
}
39
40
void doom_alloc_cel()
41
{
Callers
3
TEST
Function · 0.85
doom_init
Function · 0.85
doom_draw
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68