Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dinitfile.cc4505 map<string, int> ghosts_by_name; in _bones_rewrite() local
4510 if (dedup && ghosts_by_name.count(g.name) in _bones_rewrite()
4511 && ghosts_by_name[g.name] == g.xl) in _bones_rewrite()
4522 ghosts_by_name[g.name] = g.xl; in _bones_rewrite()