Home
last modified time | relevance | path

Searched refs:g_fastres (Results 1 – 4 of 4) sorted by relevance

/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dg_main.c109 vmCvar_t g_fastres; // Xian variable
269 …{ &g_fastres, "g_fastres", "0", CVAR_ARCHIVE, 0, qtrue}, // Xian …
H A Dg_local.h1142 extern vmCvar_t g_fastres; // Xian - Fast medic res'ing
H A Dg_client.c1966 if ( g_fastres.integer == 1 && revived ) { in ClientSpawn()
H A Dg_weapon.c370 if ( g_fastres.integer > 0 ) { in Weapon_Syringe()