So I have this addon, it is really simple from a config standpoint.
super simple.Code:class cfgwhatever { class Default; class mynewclass : Default { mynewstuff = whatever; }; };
HOWEVER
using this same code produces a few cases of "updating base class" reports in the .rpt
I have like 20 or 30 new classes that inherit from class Default, but 5 random ones show up in the .rpt, which I know isn't an error per-say, but is annoying to see your username in there. Its also infuriating that I can't figure out what is different about these five entries. Bis, please, what am I doing wrong?
HOME 

Reply With Quote