HomeSort by: relevance | last modified time | path
    Searched refs:ENTBOUNDARY (Results 1 - 3 of 3) sorted by relevancy

  /src/games/warp/
score.h 9 #define ENTBOUNDARY 100000 /* point boundary across which a new E is
score.c 486 if (lastscore / ENTBOUNDARY < totalscore / ENTBOUNDARY) {
491 lastscore / ENTBOUNDARY > totalscore / ENTBOUNDARY) {
init.c 446 if (possiblescore > ENTBOUNDARY - 10000)
447 e = (ENTBOUNDARY - possiblescore) / 5;

Completed in 14 milliseconds