Home
last modified time | relevance | path

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

/dports/games/brainparty/brainparty/
H A DBPGame.cpp805 if (TestScores.Count == TestMiniGames.Count) { in AddTestScore()
1924 for (int i = 0; i < TestMiniGames.Count; ++i) { in CalculateTestResults()
1925 MiniGames[TestMiniGames[i]]->Unlocked = true; in CalculateTestResults()
1931 for (int i = 0; i < TestMiniGames.Count; ++i) { in CalculateTestResults()
1938 result->MiniGame = TestMiniGames[i]; in CalculateTestResults()
2250 TestMiniGames.Clear(); in RunTest()
2281 TestMiniGames.Add(UnseenMiniGames[i]); in RunTest()
2287 TestMiniGames.Add(SeenMiniGames[i]); in RunTest()
2291 TestMiniGames.Shuffle(); in RunTest()
2298 if (TestPosition == TestMiniGames.Count) { in NextTest()
[all …]
H A DBPGame.h187 BPList<MiniGameType> TestMiniGames; variable