Home
last modified time | relevance | path

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

/dports/games/widelands/widelands-build21/src/ai/test/
H A Dtest_ai.cc182 BOOST_CHECK_EQUAL(fc.get_winner()->different_economy, false); in BOOST_AUTO_TEST_CASE()
/dports/games/widelands/widelands-build21/src/ai/
H A Dai_help_structs.cc1459 different_economy = different_eco; in Candidate()
1468 return different_economy * 2000 + (start_flag_dist_to_wh - cand_flag_distance_to_wh) + in score()
1503 const bool different_economy, in add_flag() argument
1507 Candidate(coords, different_economy, start_flag_dist_to_wh, act_dist_to_wh, air_distance)); in add_flag()
H A Dai_help_structs.h926 bool different_economy; member