Skip to content

Commit

Permalink
Fix comment for gametype parsing in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Feb 27, 2013
1 parent 4cd60e5 commit db68f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/ui_main.c
Expand Up @@ -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;
Expand Down

0 comments on commit db68f59

Please sign in to comment.