Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.cc276 map<unsigned, monster_type> base_mons; in init_monster_symbols() local
284 auto it = base_mons.find(md.glyph); in init_monster_symbols()
285 if (it == base_mons.end() || it->first == MONS_PROGRAM_BUG) in init_monster_symbols()
286 base_mons[md.glyph] = mc; in init_monster_symbols()