AFlyingCar / HoI4-Mod-Development-Tool

A tool which takes BMP files as input and normalizes them to a format which can be read by Hearts of Iron 4.
MIT License
5 stars 2 forks source link

Projects without a map project cannot be opened #133

Open AFlyingCar opened 1 year ago

AFlyingCar commented 1 year ago

HoI4Project::load incorrectly returns a failure if MapProject::load returns FileNotFound, which causes projects to be un-openable unless a map project is made first. Instead, the error should be ignored if it's FileNotFound and we should just not load a map project.