mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +00:00
Fix comment for gametype parsing in ui
This commit is contained in:
parent
4cd60e5af7
commit
db68f59281
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue