Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DCGame.h116 …dGame(), LoadScene(), LoadCar(), LoadTerrain(), LoadRoad(), LoadObjects(), LoadTrees(), LoadMisc();
H A DSceneInit.cpp676 void App::LoadMisc() // 9 last in LoadMisc() function in App
802 case LS_MISC: LoadMisc(); perc = 80; break; in NewGameDoLoad()