Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ ProgressLoadBackground
Function
ProgressLoadBackground
Source/DiabloUI/progress.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void ProgressLoadBackground()
31
{
32
UiLoadBlackBackground();
33
ArtPopupSm = LoadPcx(
"ui_art\\spopup"
);
34
ArtProgBG = LoadPcx(
"ui_art\\prog_bg"
);
35
}
36
37
void ProgressLoadForeground()
38
{
Callers
1
UiProgressDialog
Function · 0.85
Calls
2
UiLoadBlackBackground
Function · 0.85
LoadPcx
Function · 0.85
Tested by
no test coverage detected