mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Fix comment
This commit is contained in:
parent
b8d47dbc60
commit
74d69f3731
1 changed files with 1 additions and 1 deletions
|
@ -1264,7 +1264,7 @@ static void readgametype(MYFILE *f, char *gtname)
|
|||
}
|
||||
// The SOC probably provided gametype rules as words,
|
||||
// instead of using the RULES keyword.
|
||||
// Like for example "NOSPECTATORSPAWN = 1".
|
||||
// Like for example "NOSPECTATORSPAWN = TRUE".
|
||||
// This is completely valid, and looks better anyway.
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue