Home
last modified time | relevance | path

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

/dports/games/pinball/pinball-0.3.20201218/src/
H A DScore.cpp135 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 DScore.h35 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 Dscoring.c167 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 Djstroke.h101 ULong m_iScore; member
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dteaminfo.h58 int m_iScore; variable
H A Dhu_scores.cpp266 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 Dteaminfo.cpp118 m_iScore = 0; in FTeam()