MCPcopy Create free account
hub / github.com/diasurgical/devilution / IncProgress

Function IncProgress

Source/interfac.cpp:24–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24BOOL IncProgress()
25{
26 interface_msg_pump();
27 sgdwProgress += 23;
28 if ((DWORD)sgdwProgress > 534)
29 sgdwProgress = 534;
30 if (sgpBackCel)
31 DrawCutscene();
32 return (DWORD)sgdwProgress >= 534;
33}
34
35void DrawCutscene()
36{

Callers 3

ShowProgressFunction · 0.85
LoadAllGFXFunction · 0.85
LoadGameLevelFunction · 0.85

Calls 2

interface_msg_pumpFunction · 0.85
DrawCutsceneFunction · 0.85

Tested by

no test coverage detected