Searched refs:lookspring (Results 1 - 10 of 10) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dclient.h263 extern cvar_t lookspring;
H A Dcl_main.cpp34 cvar_t lookspring = CVAR3("lookspring","0", true); variable
739 Cvar_RegisterVariable (&lookspring);
H A Din_win.cpp1151 // *** this code can be removed when the lookspring bug is fixed
1152 // *** the bug always has the lookspring feature on
1153 if(lookspring.value == 0.0)
1221 // *** this code can be removed when the lookspring bug is fixed
1222 // *** the bug always has the lookspring feature on
1223 if(lookspring.value == 0.0)
H A Dcl_input.cpp122 if ( !(in_mlook.state&1) && lookspring.value)
H A Dmenu.cpp1132 case 10: // lookspring
1133 Cvar_SetValue ("lookspring", !lookspring.value);
1218 M_DrawCheckbox (220, 112, (int) lookspring.value);
/external/quake/quake/src/QW/client/
H A Dclient.h315 extern cvar_t lookspring;
H A Din_win.c1144 // *** this code can be removed when the lookspring bug is fixed
1145 // *** the bug always has the lookspring feature on
1146 if(lookspring.value == 0.0)
1214 // *** this code can be removed when the lookspring bug is fixed
1215 // *** the bug always has the lookspring feature on
1216 if(lookspring.value == 0.0)
H A Dmenu.c445 case 10: // lookspring
446 Cvar_SetValue ("lookspring", !lookspring.value);
536 M_DrawCheckbox (220, 112, lookspring.value);
H A Dcl_input.c121 if ( !(in_mlook.state&1) && lookspring.value)
H A Dcl_main.c49 cvar_t lookspring = CVAR3("lookspring","0", true); variable
1093 Cvar_RegisterVariable (&lookspring);

Completed in 171 milliseconds