MCPcopy 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
31int doom_get_frame_from_time()
32{
33 if (DoomQuestState == 36001) {
34 return 31;
35 }
36
37 return DoomQuestState / 1200;
38}
39
40void doom_alloc_cel()
41{

Callers 3

TESTFunction · 0.85
doom_initFunction · 0.85
doom_drawFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68