Home
last modified time | relevance | path

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

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgCycle.cpp2037 int mpPreference; // the user preference for the texture/model search path member
2047 mpPreference = 0; in gCycleVisuals()
2084 rSurface * surface = LoadTextureSafe2( slot, mpPreference ); in LoadTextureSafe()
2086 surface = LoadTextureSafe2( slot, 1-mpPreference ); in LoadTextureSafe()
2158 mpPreference = mp ? 1 : 0; in LoadModel()