Home
last modified time | relevance | path

Searched refs:Training_context_speed_max (Results 1 – 6 of 6) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.h1079 extern int Training_context_speed_max;
H A Dsexp.cpp819 int Training_context_speed_max; variable
19983 Training_context_speed_max = eval_num(CDR(node)); in sexp_set_training_context_speed()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.h1169 extern int Training_context_speed_max;
H A Dsexp.cpp839 int Training_context_speed_max; variable
21461 Training_context_speed_max = max; in sexp_set_training_context_speed()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/freespace2/
H A Dfreespace.cpp6732 if ((s >= Training_context_speed_min) && (s <= Training_context_speed_max)) { in game_do_training_checks()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/freespace2/
H A Dfreespace.cpp7534 if ((s >= Training_context_speed_min) && (s <= Training_context_speed_max)) {