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

  /external/quake/quake/src/WinQuake/
host.cpp 78 cvar_t deathmatch = CVAR2("deathmatch","0"); // 0, 1, or 2 variable
199 Cvar_SetValue ("deathmatch", 1.0);
201 Cvar_SetValue ("deathmatch", 0.0);
227 Cvar_RegisterVariable (&deathmatch);
  /external/quake/quake/src/QW/server/
sv_main.c 71 cvar_t deathmatch = {"deathmatch","1", false, true}; // 0, 1, or 2 variable
1324 Cvar_RegisterVariable (&deathmatch);
    [all...]

Completed in 66 milliseconds