Advertisement
Vultraz

Untitled

Feb 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1.     villages_.clear();
  2.  
  3.     for_each_loc([this](const map_location& loc) {
  4.         if(is_village(loc)) {
  5.             villages_.push_back(loc);
  6.         }
  7.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement