Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Ddisplay.cpp207 animate_map_(true), in display()
380 const image::locator &image_flag = animate_map_ ? in get_flag()
1168 const image::locator &image = animate_map_ ? in get_terrain_images()
3101 animate_map_ = preferences::animate_map(); in invalidate_animations()
3102 if (animate_map_) { in invalidate_animations()
H A Ddisplay.hpp797 bool animate_map_; member in display