Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmapdef.cc54 static map<string,int> _tag_profile; variable
58 if (!_tag_profile.count(tag)) in _profile_inc_tag()
59 _tag_profile[tag] = 0; in _profile_inc_tag()
60 _tag_profile[tag]++; in _profile_inc_tag()
68 for (auto k : _tag_profile) in tag_profile_out()