Searched refs:ENTBOUNDARY (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/games/warp/
H A Dscore.h9 #define ENTBOUNDARY 100000 /* point boundary across which a new E is macro
H A Dscore.c486 if (lastscore / ENTBOUNDARY < totalscore / ENTBOUNDARY) {
491 lastscore / ENTBOUNDARY > totalscore / ENTBOUNDARY) {
H A Dinit.c446 if (possiblescore > ENTBOUNDARY - 10000)
447 e = (ENTBOUNDARY - possiblescore) / 5;

Completed in 84 milliseconds