Fix last map being duplicated for each blank line in maps file (bug 5005, r=dvander).

This commit is contained in:
Fysiks 2013-02-13 00:29:54 -08:00
parent c439946a34
commit e0bcbaeac7

View File

@ -275,6 +275,7 @@ loadSettings(filename[])
while (!feof(fp))
{
buff[0]='^0';
szText[0]='^0';
fgets(fp, buff, charsof(buff));