MCPcopy Create free account
hub / github.com/crawl/crawl / _get_title_image

Function _get_title_image

crawl-ref/source/loading-screen.cc:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56static string load_complete_msg = "Loading complete, press any key to start.";
57
58static const string _get_title_image()
59{
60 vector<string> files = get_title_files();
61 return files[random2(files.size())];
62}
63
64void loading_screen_open()
65{

Callers 1

loading_screen_openFunction · 0.85

Calls 3

get_title_filesFunction · 0.85
random2Function · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected