Ok so I want a classic checkbox the same as the antilead checkbox in ugg.
http://forum.ragezone.com/f245/classic-mode-848161/
This link above describes how to implement it in the stage-options. I'd like it in the normal stage as checkbox.
Can someone help me with this?
I added this already:
So I only need to know the code of how to Enable/Disable MMATCH_DEFAULT_CLASSIC with a checkbox.Code:Stable\CSCommon\Source\MMatchStageSetting.cpp(48): m_StageSetting.Ref().bClassic = MMATCH_DEFAULT_CLASSIC;
Stable\CSCommon\Include\MMatchStageSetting.h(73): bool bClassic;
Stable\CSCommon\Include\MMatchStageSetting.h(186): bool GetClassic() { return m_StageSetting.Ref().bClassic; }
Thanks
~Patrick

