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

Function InsertCDDlg

Source/appfat.cpp:107–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void InsertCDDlg(const char *fileName)
108{
109 char text[1024];
110 snprintf(
111 text,
112 1024,
113 "Unable to open %s.\n"
114 "\n"
115 "Make sure that it is in the game folder and that the file name is in all lowercase.",
116 fileName);
117
118 UiErrorOkDialog("Data File Error", text);
119 app_fatal(NULL);
120}
121
122void DirErrorDlg(char *error)
123{

Callers 2

TESTFunction · 0.85
init_archivesFunction · 0.85

Calls 2

UiErrorOkDialogFunction · 0.85
app_fatalFunction · 0.85

Tested by 1

TESTFunction · 0.68