HomeSort by relevance Sort by last modified time
    Searched refs:td_lastframe (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/WinQuake/
cl_demo.cpp 102 if (host_framecount == cls.td_lastframe)
104 cls.td_lastframe = host_framecount;
379 cls.td_lastframe = -1; // get a new message this frame
client.h 131 int td_lastframe; // to meter out one message a frame member in struct:__anon10650
  /external/quake/quake/src/QW/client/
cl_demo.c 157 if (cls.td_lastframe < 0)
158 cls.td_lastframe = demotime;
159 else if (demotime > cls.td_lastframe) {
160 cls.td_lastframe = demotime;
803 cls.td_lastframe = -1; // get a new message this frame
client.h 193 float td_lastframe; // to meter out one message a frame member in struct:__anon10365

Completed in 28 milliseconds