Home
last modified time | relevance | path

Searched refs:skillScore (Results 1 – 4 of 4) sorted by relevance

/dports/games/ioquake3-server/ioquake3-1.36/code/q3_ui/
H A Dui_gameinfo.c437 int skillScore; in UI_GetBestScore() local
458 skillScore = atoi( Info_ValueForKey( scores, arenaKey ) ); in UI_GetBestScore()
460 if( skillScore < 1 || skillScore > 8 ) { in UI_GetBestScore()
464 if( !bestScore || skillScore <= bestScore ) { in UI_GetBestScore()
465 bestScore = skillScore; in UI_GetBestScore()
/dports/games/ioquake3/ioquake3-1.36/code/q3_ui/
H A Dui_gameinfo.c437 int skillScore; in UI_GetBestScore() local
458 skillScore = atoi( Info_ValueForKey( scores, arenaKey ) ); in UI_GetBestScore()
460 if( skillScore < 1 || skillScore > 8 ) { in UI_GetBestScore()
464 if( !bestScore || skillScore <= bestScore ) { in UI_GetBestScore()
465 bestScore = skillScore; in UI_GetBestScore()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/q3_ui/
H A Dui_gameinfo.c437 int skillScore; in UI_GetBestScore() local
458 skillScore = atoi( Info_ValueForKey( scores, arenaKey ) ); in UI_GetBestScore()
460 if( skillScore < 1 || skillScore > 8 ) { in UI_GetBestScore()
464 if( !bestScore || skillScore <= bestScore ) { in UI_GetBestScore()
465 bestScore = skillScore; in UI_GetBestScore()
/dports/games/evq3/evq3/code/q3_ui/
H A Dui_gameinfo.c437 int skillScore; in UI_GetBestScore() local
458 skillScore = atoi( Info_ValueForKey( scores, arenaKey ) ); in UI_GetBestScore()
460 if( skillScore < 1 || skillScore > 8 ) { in UI_GetBestScore()
464 if( !bestScore || skillScore <= bestScore ) { in UI_GetBestScore()
465 bestScore = skillScore; in UI_GetBestScore()