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

Continent Order is Important #102

Closed AFlyingCar closed 1 year ago

AFlyingCar commented 2 years ago

Continents are currently stored in a std::set, which does not guarantee a consistent order. We need to either make a way so that order is preserved, or make it so that provinces don't need to know any ID number to refer to their continent.