mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 14:30:48 +00:00
Merge pull request #351 from CanntAim/master
Fixed menu code to correctly parse maps.lst file.
This commit is contained in:
commit
78366472f9
1 changed files with 1 additions and 1 deletions
|
@ -2955,7 +2955,7 @@ StartServer_MenuInit(void)
|
||||||
|
|
||||||
while (i < length)
|
while (i < length)
|
||||||
{
|
{
|
||||||
if (s[i] == '\r')
|
if (s[i] == '\n')
|
||||||
{
|
{
|
||||||
nummaps++;
|
nummaps++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue