Home
last modified time | relevance | path

Searched refs:viewport_monster_hp (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstate.h117 bool viewport_monster_hp; member
H A Dview.cc1746 crawl_state.viewport_monster_hp = !!(_layers & LAYER_MONSTER_HEALTH); in _config_layers_menu()
1815 crawl_state.viewport_monster_hp = !!(_layers & LAYER_MONSTER_HEALTH); in _config_layers_menu()
1821 crawl_state.viewport_monster_hp = !!(_layers & LAYER_MONSTER_HEALTH); in _config_layers_menu()
1845 crawl_state.viewport_monster_hp = !!(_layers & LAYER_MONSTER_HEALTH); in reset_show_terrain()
H A Dstate.cc57 viewport_monster_hp(false), viewport_weapons(false), in game_state()
H A Dshowsymb.cc174 if (crawl_state.viewport_monster_hp in _get_mons_colour()
H A Dmain.cc2451 if (crawl_state.viewport_monster_hp || crawl_state.viewport_weapons) in world_reacts()
2453 crawl_state.viewport_monster_hp = false; in world_reacts()