Home
last modified time | relevance | path

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

/dports/games/brainparty/brainparty/
H A DMinigame.cpp260 if (TheGame->InTestMode) { in HandleMouseUp()
332 if (TheGame->InTestMode) { in GoBack()
356 if (TheGame->InTestMode) { in ContinueGame()
H A DBPGame.cpp97 InTestMode = false; in Init()
802 if (InTestMode) { in AddTestScore()
809 InTestMode = false; in AddTestScore()
2293 InTestMode = true; in RunTest()
2309 InTestMode = false; in NextTest()
2388 InTestMode = false; in CancelTest()
H A DBPGame.h195 bool InTestMode; variable