Home
last modified time | relevance | path

Searched refs:GAME_21PTS (Results 1 – 3 of 3) sorted by relevance

/dports/games/csmash/csmash-0.6.6/
H A DRCFile.cpp30 gameMode = GAME_21PTS; in RCFile()
98 if ( gameMode > GAME_21PTS || gameMode < GAME_5PTS ) in ReadRCFile()
99 gameMode = GAME_21PTS; in ReadRCFile()
H A DPlayGame.cpp69 case GAME_21PTS: in GetService()
176 case GAME_21PTS: in IsGameEnd()
H A Dttinc.h154 enum mode {GAME_5PTS, GAME_11PTS, GAME_21PTS}; enumerator