git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7214
d7cf8633-e32d-0410-b094-
e92efae38249
double timehigh;
cl.mtime[1] = max(cl.mtime[0], newtime - 0.1);
cl.mtime[0] = newtime;
- if (cls.timedemo || (cl.islocalgame && !sv_fixedframeratesingleplayer.integer) || cl.mtime[0] == newtime || cls.signon < SIGNONS)
+ if (cls.timedemo || (cl.islocalgame && !sv_fixedframeratesingleplayer.integer) || cl.mtime[1] == cl.mtime[0] || cls.signon < SIGNONS)
cl.time = cl.mtime[1] = newtime;
else if (cls.protocol != PROTOCOL_QUAKEWORLD)
{