(LpkOpener.ParseGameInit): return success only if there's any entries obtained.

This commit is contained in:
morkt 2016-02-22 17:42:49 +04:00
parent df4b5960f7
commit 04bc123b3b

View File

@ -339,7 +339,7 @@ namespace GameRes.Formats.Lucifen
} else
++p;
}
return true;
return CurrentFileMap.Count > 0;
}
}
}