Home
last modified time | relevance | path

Searched refs:sv_grapple (Results 1 – 5 of 5) sorted by relevance

/dports/games/quake2-psychomod/psychomod/
H A Dserver_dm.cfg56 set sv_grapple 0
70 //set sv_grapple 0
84 //set sv_grapple 0
/dports/games/quake2-psychomod/psychomod/src/
H A Dg_main.c70 cvar_t *sv_grapple; variable
H A Dg_save.c205 sv_grapple = gi.cvar ("sv_grapple", "1", CVAR_SERVERINFO); in InitGame()
H A Dg_local.h593 extern cvar_t *sv_grapple;
H A Dp_client.c1045 if (sv_grapple->value) in InitClientPersistant()
1080 if (sv_grapple->value) in InitClientPersistant()