Fix comment for gametype parsing in ui

This commit is contained in:
Zack Middleton 2013-02-27 16:09:10 -06:00
parent 4cd60e5af7
commit db68f59281
1 changed files with 1 additions and 1 deletions

View File

@ -4783,7 +4783,7 @@ static qboolean GameType_Parse(char **p, qboolean join) {
}
if (token[0] == '{') {
// two tokens per line, character name and sex
// two tokens per line, gametype name and number
if (join) {
if (!String_Parse(p, &uiInfo.joinGameTypes[uiInfo.numJoinGameTypes].gameType) || !Int_Parse(p, &uiInfo.joinGameTypes[uiInfo.numJoinGameTypes].gtEnum)) {
return qfalse;