Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DCGui.cpp21 , bRsimEasy(0), bRsimNorm(0), bRsimHard(0), bReloadSim(true) in CGui()
H A DSceneInit.cpp322 if (gui->bReloadSim) in LoadGame()
323 { gui->bReloadSim = false; in LoadGame()
H A DGui_Events.cpp227 pSet->gui.sim_mode = mode; bReloadSim = true; in setSimMode()
H A DCGui.h306 bool bReloadSim; variable