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