Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/include/
H A Dconfig.h95 int hudFog; member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dhu_stuff.cpp806 if(cfg.common.hudFog == 0) in Hu_FogEffectTicker()
829 if(cfg.common.hudFog == 2) in Hu_FogEffectTicker()
846 if(cfg.common.hudFog == 4) in Hu_FogEffectTicker()
1263 Hu_DrawFogEffect(cfg.common.hudFog - 1, mfd->texture, in drawFogEffect()
1266 Hu_DrawFogEffect(cfg.common.hudFog - 1, mfd->texture, in drawFogEffect()
1326 if(fogEffectData.alpha > 0 && cfg.common.hudFog) in Hu_Drawer()
H A Dhu_menu.cpp3776 C_VAR_INT ("menu-fog", &cfg.common.hudFog, 0, 0, 5); in Hu_MenuConsoleRegister()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dd_main.cpp168 cfg.common.hudFog = 5; in D_PreInit()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/src/
H A Dh2_main.cpp199 cfg.common.hudFog = 5; in X_PreInit()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dh_main.cpp325 cfg.common.hudFog = 5; in H_PreInit()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dd_main.cpp245 cfg.common.hudFog = 5; in D_PreInit()