HomeSort by relevance Sort by last modified time
    Searched full:demotime (Results 1 - 1 of 1) sorted by null

  /external/quake/quake/src/QW/client/
cl_demo.c 147 float demotime; local
152 fread(&demotime, sizeof(demotime), 1, cls.demofile);
153 demotime = LittleFloat(demotime);
158 cls.td_lastframe = demotime;
159 else if (demotime > cls.td_lastframe) {
160 cls.td_lastframe = demotime;
162 fseek(cls.demofile, ftell(cls.demofile) - sizeof(demotime),
170 realtime = demotime; // war
    [all...]

Completed in 238 milliseconds