Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dshopping.cc1896 unordered_set<int> indices_to_del; in spells_added_to_library() local
1912 indices_to_del.insert(thing_indices.begin(), thing_indices.end()); in spells_added_to_library()
1917 for (auto idx : indices_to_del) in spells_added_to_library()
1924 del_thing_at_indices(indices_to_del); in spells_added_to_library()