Home
last modified time | relevance | path

Searched refs:bRsimEasy (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 DGui_Events.cpp228 bRsimEasy->setStateSelected(mode == "easy"); in setSimMode()
H A DCGui.h303 Btn bRsimEasy, bRsimNorm, bRsimHard; // sim mode variable
H A DGui_Init.cpp359 …Btn("SimModeEasy", radSimEasy); bRsimEasy = btn; btn->setStateSelected(pSet->gui.sim_mode == "ea… in InitGui()