From db68f59281c591e2b176a43f56b438462183578b Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Wed, 27 Feb 2013 16:09:10 -0600 Subject: [PATCH] Fix comment for gametype parsing in ui --- code/ui/ui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ui/ui_main.c b/code/ui/ui_main.c index e5025938..602957d9 100644 --- a/code/ui/ui_main.c +++ b/code/ui/ui_main.c @@ -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;