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