Home
last modified time | relevance | path

Searched refs:n_steps_c (Results 1 – 1 of 1) sorted by path

/dports/games/gigalomania/gigalomaniasrc/
H A Dgame.cpp4452 …const int n_steps_c = 22; // must not be greater than element_multiplier_c*max_gatherables_stored_… in runTests() local
4464 if( total >= i_total + n_steps_c ) { in runTests()
4469 …int expected_time = (int)(( mine_rate_c * gameticks_per_hour_c * n_steps_c ) / ( element_multiplie… in runTests()
4496 const int n_steps_c = 3; in runTests() local
4508 if( total <= i_total - n_steps_c ) { in runTests()
4513 int expected_time = (int)(( gameticks_per_hour_c * n_steps_c ) / time_ratio_c); in runTests()