Home
last modified time | relevance | path

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

/dports/games/tenebrae/tenebrae_0/
H A Dgl_decals.c31 #define ABSOLUTE_MIN_DECALS 0 // no fewer than this no matter what's macro
59 if (r_numdecals < ABSOLUTE_MIN_DECALS) in R_InitDecals()
60 r_numdecals = ABSOLUTE_MIN_DECALS; in R_InitDecals()