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

Function init_hints_options

crawl-ref/source/hints.cc:94–104  ·  view source on GitHub ↗

Override init file definition for some options.

Source from the content-addressed store, hash-verified

92
93// Override init file definition for some options.
94void init_hints_options()
95{
96 if (!crawl_state.game_is_hints())
97 return;
98
99 // Clear possible debug messages before messing
100 // with messaging options.
101 clear_messages(true);
102 Options.show_more = true;
103 Options.small_more = false;
104}
105
106void init_hints()
107{

Callers 1

_launch_gameFunction · 0.85

Calls 2

clear_messagesFunction · 0.85
game_is_hintsMethod · 0.80

Tested by

no test coverage detected