Home
last modified time | relevance | path

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

/dports/games/widelands/widelands-build21/src/logic/map_objects/tribes/
H A Dbuilding.h113 return needs_seafaring_; in needs_seafaring()
186 bool needs_seafaring_; // This building should only be built on seafaring maps. variable
H A Dbuilding.cc166 needs_seafaring_ = false; in BuildingDescr()
172 needs_seafaring_ = true; in BuildingDescr()
270 if (needs_seafaring_ && needs_waterways_) { in is_useful_on_map()
272 } else if (needs_seafaring_) { in is_useful_on_map()