CombinedArmsGaming / F3_CA

Combined Arms version of the F3 Framework
7 stars 9 forks source link

CA Zeus UI/Deployment does not load with hcmarker{postInit = 1;}; in ca\ca_functions.hpp #91

Closed jimshacklock closed 3 years ago

jimshacklock commented 3 years ago

If the following is set in ca\ca_functions.hpp the ca Zeus UI/deployment system doesn't initialise properly

class hcmarker{postInit = 1;};

However, if the line is instead: class hcmarker{}; it works fine

Can be easily repro'd in the framework by just editing that file and noting that the UI initialises without the postInit line