Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dgame_config.hpp147 extern std::string foot_teleport_enter, foot_teleport_exit;
H A Dgame_config.cpp200 std::string foot_teleport_exit; variable
380 foot_teleport_exit = v["footprint_teleport_exit"].str(); in load_config()
H A Dgame_display.cpp523 h==0 ? game_config::foot_teleport_enter : game_config::foot_teleport_exit; in footsteps_images()