Home
last modified time | relevance | path

Searched refs:scent_strength (Results 1 – 3 of 3) sorted by relevance

/dports/games/angband/Angband-4.2.2/src/
H A Dgame-world.c468 int scent_strength[5][5] = { in update_scent() local
492 int new_scent = scent_strength[y][x]; in update_scent()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dovermap_ui.cpp243 int scent_strength = possible_scent.initial_strength; in get_scent_glyph() local
245 while( c <= '9' && scent_strength > 0 ) { in get_scent_glyph()
247 scent_strength /= 10; in get_scent_glyph()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dovermap_ui.cpp243 int scent_strength = possible_scent.initial_strength; in get_scent_glyph() local
245 while( c <= '9' && scent_strength > 0 ) { in get_scent_glyph()
247 scent_strength /= 10; in get_scent_glyph()