mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 22:35:37 +03:00
Fix last map being duplicated for each blank line in maps file (bug 5005, r=dvander).
Former-commit-id: e0bcbaeac7
This commit is contained in:
parent
a3aa086375
commit
468aaba79e
@ -275,6 +275,7 @@ loadSettings(filename[])
|
|||||||
while (!feof(fp))
|
while (!feof(fp))
|
||||||
{
|
{
|
||||||
buff[0]='^0';
|
buff[0]='^0';
|
||||||
|
szText[0]='^0';
|
||||||
|
|
||||||
fgets(fp, buff, charsof(buff));
|
fgets(fp, buff, charsof(buff));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user