Searched refs:m_iScore (Results 1 – 7 of 7) sorted by relevance
/dports/games/pinball/pinball-0.3.20201218/src/ |
H A D | Score.cpp | 135 sprintf(buffer, "SCORE %d BALL %d ExtraBall", m_iScore, nCurrentBall); in draw() 137 sprintf(buffer, "SCORE %d BALL %d", m_iScore, nCurrentBall); in draw() 140 sprintf(buffer, "SCORE %d", m_iScore); in draw() 168 m_iScore = 0; in clear() 176 if (Table::getInstance()->isItHighScore(m_iScore)) { in testForHighScore() 183 Table::getInstance()->saveNewHighScore(m_iScore, input.getInput()); in testForHighScore()
|
H A D | Score.h | 35 int getScore() { return m_iScore; }; in getScore() 37 void addScore(int s) { m_iScore += s; }; in addScore() 61 int m_iScore; variable
|
/dports/japanese/im-ja/im-ja-1.5/src/kanjipad/ |
H A D | scoring.c | 167 if (iScore >= pScore->m_iScore) in StrokeScorerProcess() 181 pSrc[1].m_iScore = pSrc->m_iScore; in StrokeScorerProcess() 186 pScore->m_iScore = iScore; in StrokeScorerProcess()
|
H A D | jstroke.h | 101 ULong m_iScore; member
|
/dports/games/zdoom/zdoom-2.8.1/src/ |
H A D | teaminfo.h | 58 int m_iScore; variable
|
H A D | hu_scores.cpp | 266 Teams[i].m_iScore = 0; in HU_DoDrawScores() 278 Teams[sortedplayers[i]->userinfo.GetTeam()].m_iScore += sortedplayers[i]->fragcount; in HU_DoDrawScores() 301 mysnprintf (score, countof(score), "%d", Teams[i].m_iScore); in HU_DoDrawScores()
|
H A D | teaminfo.cpp | 118 m_iScore = 0; in FTeam()
|