Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmapdef.h1140 static int monster_array_glyph_to_slot(int gly);
H A Dmapdef.cc1376 int slot = map_def::monster_array_glyph_to_slot(c); in merge_subvault()
2332 int map_def::monster_array_glyph_to_slot(int gly) in monster_array_glyph_to_slot() function in map_def
H A Ddungeon.cc5454 int slot = map_def::monster_array_glyph_to_slot(vgrid); in _vault_grid_glyph_mons()