Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/actions/
H A Dadvancement.cpp344 bool use_amla = boost::get<std::string>(&advance_to) == nullptr; in advance_unit() local
345 unit_ptr new_unit = use_amla ? get_amla_unit(*u, *boost::get<const config*>(advance_to)) : in advance_unit()
348 if ( !use_amla ) in advance_unit()