Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/dialog/
H A Ddialog_system_options.cpp164 …const fheroes2::Sprite & scrollSpeedIcon = fheroes2::AGG::GetICN( ICN::SPANEL, scrollSpeedIconId ); in drawDialog() local
165 drawOption( rects[5], scrollSpeedIcon, _( "Scroll Speed" ), std::to_string( scrollSpeed ) ); in drawDialog()