Home
last modified time | relevance | path

Searched refs:total_played (Results 1 – 2 of 2) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dxbsndsrv.c293 static int total_played = 0; variable
309 fprintf (stderr, "\tplayed %d sounds,\n", total_played); in server_abort()
990 total_played++;
/dports/games/crafty/crafty-25.2_1/
H A Dbook.c64 int percent_played, total_played, total_moves, smoves; in Book() local
294 total_played = total_moves; in Book()
474 book_moves[i]), 100 * bs_played[i] / Max(total_played, 1)); in Book()
749 percent_played = 100 * bs_played[which] / Max(total_played, 1); in Book()
750 total_played = bs_played[which]; in Book()