Home
last modified time | relevance | path

Searched refs:mRowsCnt (Results 1 – 3 of 3) sorted by path

/dports/games/colorcode/ColorCode-0.8.5/
H A Dcolorcode.cpp2095 ++mHighScore->mRowsCnt; in NextRow()
H A Dhighscore.cpp26 mRowsCnt = 0; in HighScore()
33 mRowsCnt = 0; in NewGame()
40 mRowsCnt = rcnt; in GetScore()
47 if (mCombinationsCnt == 0 || mRowsCnt == 0 || mTime == 0) in GetScore()
53 double dv = mRowsCnt * mTime / 100; in GetScore()
H A Dhighscore.h34 int mRowsCnt; variable