Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/include/FileClasses/
H A DGFXManager.h243 UI_CursorAttack_Zoomlevel1, enumerator
/dports/games/dunelegacy/dunelegacy-0.96.4/src/FileClasses/
H A DGFXManager.cpp443 …uiGraphic[UI_CursorAttack_Zoomlevel1][HOUSE_HARKONNEN] = Scaler::defaultDoubleTiledSurface(uiGraph… in GFXManager()
444 SDL_SetColorKey(uiGraphic[UI_CursorAttack_Zoomlevel1][HOUSE_HARKONNEN], SDL_TRUE, 0); in GFXManager()
/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DGame.cpp968 … case 1: pCursor = pGFXManager->getUIGraphic(UI_CursorAttack_Zoomlevel1); break; in drawCursor()