Home
last modified time | relevance | path

Searched refs:resTrk (Results 1 – 5 of 5) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DSceneInit.cpp177 if (resTrk != "") mRoot->removeResourceLocation(resTrk); in NewCommon()
179 resTrk = gcom->TrkDir() + "objects"; in NewCommon()
180 mRoot->addResourceLocation(resTrk, "FileSystem"); in NewCommon()
H A DCApp.h84 Ogre::String resTrk; void NewCommon(bool onlyTerVeget); variable
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DSceneInit.cpp258 if (resTrk != "") mRoot->removeResourceLocation(resTrk); in LoadCleanUp()
260 resTrk = gcom->TrkDir() + "objects"; in LoadCleanUp()
261 mRoot->addResourceLocation(resTrk, "FileSystem"); in LoadCleanUp()
H A DCGame.cpp57 resCar = ""; resTrk = ""; resDrv = ""; in App()
H A DCGame.h93 Ogre::String resCar, resTrk, resDrv; variable