Home
last modified time | relevance | path

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

/external/quake/quake/src/QW/client/
Dr_sky.c103 static int xlast = -1, ylast = -1; in R_MakeSky() local
108 if ((xshift == xlast) && (yshift == ylast)) in R_MakeSky()
111 xlast = xshift; in R_MakeSky()
/external/quake/quake/src/WinQuake/
Dr_sky.cpp103 static int xlast = -1, ylast = -1; in R_MakeSky() local
108 if ((xshift == xlast) && (yshift == ylast)) in R_MakeSky()
111 xlast = xshift; in R_MakeSky()