Home | History | Annotate | Download | only in WinQuake

Lines Matching full:maps

145   int			maps;
170 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
171 maps++)
173 scale = d_lightstylevalue[surf->styles[maps]];
174 surf->cached_light[maps] = scale; // 8.8 fraction
858 int maps;
890 for (maps = 0 ; maps < MAXLIGHTMAPS && fa->styles[maps] != 255 ;
891 maps++)
892 if (d_lightstylevalue[fa->styles[maps]] != fa->cached_light[maps])
936 int maps;
949 for (maps = 0 ; maps < MAXLIGHTMAPS && fa->styles[maps] != 255 ;
950 maps++)
951 if (d_lightstylevalue[fa->styles[maps]] != fa->cached_light[maps])