Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dfiles.hpp53 extern std::vector<int> gamemods_modelsListModifiedIndexes;
H A Dfiles.cpp30 std::vector<int> gamemods_modelsListModifiedIndexes; variable
1947 std::vector<int>::iterator it = gamemods_modelsListModifiedIndexes.end(); in physfsModelIndexUpdate()
1948 if ( !gamemods_modelsListModifiedIndexes.empty() ) in physfsModelIndexUpdate()
1950 it = std::find(gamemods_modelsListModifiedIndexes.begin(), in physfsModelIndexUpdate()
1951 gamemods_modelsListModifiedIndexes.end(), c); in physfsModelIndexUpdate()
1952 if ( it != gamemods_modelsListModifiedIndexes.end() ) in physfsModelIndexUpdate()
1964 gamemods_modelsListModifiedIndexes.push_back(c); in physfsModelIndexUpdate()
1971 gamemods_modelsListModifiedIndexes.erase(it); in physfsModelIndexUpdate()
H A Dmenu.cpp1898 if ( physfsSearchModelsToUpdate() || !gamemods_modelsListModifiedIndexes.empty() ) in handleMainMenu()
16771 if ( physfsSearchModelsToUpdate() || !gamemods_modelsListModifiedIndexes.empty() ) in buttonGamemodsStartModdedGame()
16791 if ( physfsSearchModelsToUpdate() || !gamemods_modelsListModifiedIndexes.empty() ) in buttonGamemodsStartModdedGame()