Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dteam.cpp572 void team::change_controller_by_wml(const std::string& new_controller_string) in change_controller_by_wml() argument
575 if(!new_controller.parse(new_controller_string)) { in change_controller_by_wml()
576 WRN_NG << "ignored attempt to change controller to " << new_controller_string << std::endl; in change_controller_by_wml()