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

  /external/quake/quake/src/QW/client/
console.c 35 cvar_t con_notifytime = CVAR2("con_notifytime","3"); //seconds variable
241 Cvar_RegisterVariable (&con_notifytime);
486 if (time > con_notifytime.value)
  /external/quake/quake/src/WinQuake/
console.cpp 45 cvar_t con_notifytime = CVAR2("con_notifytime","3"); //seconds variable
239 Cvar_RegisterVariable (&con_notifytime);
537 if (time > con_notifytime.value)

Completed in 1564 milliseconds