Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dmenu.cpp8549 int drawExtendedInformationForMod = -1; // value of 0 or greater will draw. in handleMainMenu() local
8690 drawExtendedInformationForMod = i; in handleMainMenu()
8809 else if ( drawExtendedInformationForMod >= 0 ) in handleMainMenu()
8812 …etails_t itemDetails = g_SteamWorkshop->m_subscribedItemListDetails[drawExtendedInformationForMod]; in handleMainMenu()
8966 int drawExtendedInformationForMod = -1; // value of 0 or greater will draw. in handleMainMenu() local