Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dlearn.c47 int nplies = 0, thisply = 0, i, j, v, cluster; in LearnBook() local
90 thisply++; in LearnBook()
91 book_learn[i] = t_learn_value * (float) thisply / (float) nplies; in LearnBook()