Home
last modified time | relevance | path

Searched defs:LIGHT2SHADE (Results 1 – 2 of 2) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_main.h76 #define LIGHT2SHADE(l) ((NUMCOLORMAPS*2*FRACUNIT)-(((l)+12)*(FRACUNIT*NUMCOLORMAPS/128))) macro
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_shade.h12 #define LIGHT2SHADE(l) ((NUMCOLORMAPS*2*FRACUNIT)-(((l)+12)*(FRACUNIT*NUMCOLORMAPS/128))) macro