Client: btnCancel in vgui_buypages.qc should not have been a CSBuyItemButton, oops.
This commit is contained in:
parent
ca17bdd697
commit
1c3d2656d3
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ VGUI_BuyMenu_Page(int buyPage)
|
|||
btnBuyItem9.SetKeyEquivalent("9");
|
||||
btnBuyItem9.SetFunc(VGUI_BuyMenu_Pistols_Cancel);
|
||||
|
||||
btnCancel = spawn(CSBuyItemButton);
|
||||
btnCancel = spawn(VGUIButton);
|
||||
btnCancel.SetTitle(Titles_GetTextBody("Menu_Cancel"));
|
||||
btnCancel.SetPos('40 368');
|
||||
btnCancel.SetSize('124 24');
|
||||
|
|
Loading…
Reference in a new issue