mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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