Home
last modified time | relevance | path

Searched refs:default_qw_cl_predict (Results 1 – 3 of 3) sorted by relevance

/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dpref.h62 extern int default_qw_cl_predict;
H A Dpref.c76 int default_qw_cl_predict; variable
901 if (i != default_qw_cl_predict) { in qw_update_prefs()
902 config_set_int ("cl_predict", default_qw_cl_predict = i); in qw_update_prefs()
3701 1 - (qworq2?default_q2_cl_predict:default_qw_cl_predict)); in qw_q2_options_page()
5012 default_qw_cl_predict = config_get_int("cl_predict=1"); in qw_prefs_load()
H A Dgame.c2229 fprintf (f, "cl_predict_players \"%d\"\n", default_qw_cl_predict); in write_qw_vars()