better parent class for skill menu
This commit is contained in:
parent
51ce9f52fa
commit
3120047995
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
class NicePanelSkills extends Settings_Tabs;
|
class NicePanelSkills extends UT2K4TabPanel;
|
||||||
// TODO change parent class / background
|
// TODO add background
|
||||||
var automated NiceGUIPerkButton skillButtonA[5], skillButtonB[5];
|
var automated NiceGUIPerkButton skillButtonA[5], skillButtonB[5];
|
||||||
function ShowPanel(bool bShow){
|
function ShowPanel(bool bShow){
|
||||||
local int i;
|
local int i;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue