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

  /external/quake/quake/src/WinQuake/
client.h 263 extern cvar_t lookspring;
cl_main.cpp 34 cvar_t lookspring = CVAR3("lookspring","0", true); variable
739 Cvar_RegisterVariable (&lookspring);
in_win.cpp 1151 // *** 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)
cl_input.cpp 122 if ( !(in_mlook.state&1) && lookspring.value)
menu.cpp 1132 case 10: // lookspring
1133 Cvar_SetValue ("lookspring", !lookspring.value);
1217 M_Print (16, 112, " Lookspring");
1218 M_DrawCheckbox (220, 112, (int) lookspring.value);
    [all...]
  /external/quake/quake/src/QW/client/
client.h 315 extern cvar_t lookspring;
in_win.c 1144 // *** 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)
menu.c 445 case 10: // lookspring
446 Cvar_SetValue ("lookspring", !lookspring.value);
535 M_Print (16, 112, " Lookspring");
536 M_DrawCheckbox (220, 112, lookspring.value);
cl_input.c 121 if ( !(in_mlook.state&1) && lookspring.value)
cl_main.c 49 cvar_t lookspring = CVAR3("lookspring","0", true); variable
1093 Cvar_RegisterVariable (&lookspring);

Completed in 1534 milliseconds