diff --git a/sources/GUI/NicePanelSkills.uc b/sources/GUI/NicePanelSkills.uc index c81517c..fac11a5 100644 --- a/sources/GUI/NicePanelSkills.uc +++ b/sources/GUI/NicePanelSkills.uc @@ -1,5 +1,5 @@ -class NicePanelSkills extends Settings_Tabs; -// TODO change parent class / background +class NicePanelSkills extends UT2K4TabPanel; +// TODO add background var automated NiceGUIPerkButton skillButtonA[5], skillButtonB[5]; function ShowPanel(bool bShow){ local int i;