Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Diterate.c657 game_max_blocks |= thread[i].max_blocks; in Iterate()
664 100 * PopCnt(game_max_blocks) / 64); in Iterate()
H A Ddata.h190 extern uint64_t game_max_blocks;
H A Ddata.c615 uint64_t game_max_blocks = 0; variable