mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-03-05 15:50:57 +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] == '{') {
|
if (token[0] == '{') {
|
||||||
// two tokens per line, character name and sex
|
// two tokens per line, gametype name and number
|
||||||
if (join) {
|
if (join) {
|
||||||
if (!String_Parse(p, &uiInfo.joinGameTypes[uiInfo.numJoinGameTypes].gameType) || !Int_Parse(p, &uiInfo.joinGameTypes[uiInfo.numJoinGameTypes].gtEnum)) {
|
if (!String_Parse(p, &uiInfo.joinGameTypes[uiInfo.numJoinGameTypes].gameType) || !Int_Parse(p, &uiInfo.joinGameTypes[uiInfo.numJoinGameTypes].gtEnum)) {
|
||||||
return qfalse;
|
return qfalse;
|
||||||
|
|
Loading…
Reference in a new issue