Fixed menu code to correctly parse maps.lst file.

This commit is contained in:
Ivan Pozdnyakov 2018-12-22 01:14:47 -05:00
parent 412dfe50b3
commit d43a77029c
No known key found for this signature in database
GPG Key ID: 34A4C3FD80A2F0D1
1 changed files with 1 additions and 1 deletions

View File

@ -2898,7 +2898,7 @@ StartServer_MenuInit(void)
while (i < length)
{
if (s[i] == '\r')
if (s[i] == '\n')
{
nummaps++;
}