Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_data.c699 double cmaskr, cmaskg, cmaskb, cdestr, cdestg, cdestb; in R_CreateLightTable() local
722 cmaskb = cb; in R_CreateLightTable()
730 cmaskb *= maskamt; in R_CreateLightTable()
778 map[i][2] = (cbrightness * cmaskb) + (b * othermask); in R_CreateLightTable()