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

  /external/quake/quake/src/WinQuake/
cl_demo.cpp 107 if (host_framecount == cls.td_startframe + 1)
341 frames = (host_framecount - cls.td_startframe) - 1;
378 cls.td_startframe = host_framecount;
client.h 132 int td_startframe; // host_framecount at start member in struct:__anon14398
  /external/quake/quake/src/QW/client/
cl_demo.c 168 cls.td_startframe = host_framecount;
770 frames = (host_framecount - cls.td_startframe) - 1;
802 cls.td_startframe = host_framecount;
client.h 194 int td_startframe; // host_framecount at start member in struct:__anon14113

Completed in 439 milliseconds