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

Function tutorial_death_message

crawl-ref/source/tutorial.cc:51–57  ·  view source on GitHub ↗

noreturn, but tutorial_msg doesn't guarantee it

Source from the content-addressed store, hash-verified

49
50// noreturn, but tutorial_msg doesn't guarantee it
51void tutorial_death_message()
52{
53 canned_msg(MSG_YOU_DIE);
54 more();
55
56 tutorial_msg("tutorial death", true);
57}

Callers 1

ouchFunction · 0.85

Calls 3

canned_msgFunction · 0.85
moreFunction · 0.85
tutorial_msgFunction · 0.85

Tested by

no test coverage detected