9875
- Modders may change the order XML missions are written.
- Note that XML missions that do not appear in enums should always be below the last mission that do! (not sure if they will work, but they won't work for sure otherwise)
- Additional notes on how the DO and DON'Ts when editing the DLL's enums are found at the CvEnums.h and CvXMLLoadUtilitySet.cpp files.
The general guidelines with this change is for the DLL modders when they touch the enums. From the XML perspective, aside from adding new XML at the bottom (I don't know if it should work), there shouldn't be any fear of switching between mission's position in the list and such in the future.