forked from teamnwah/openmw-tes3coop
fixed a crash
This commit is contained in:
parent
08410b9062
commit
3fad1c0786
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace MWGui
|
|||
const int SpellBuyingWindow::sLineHeight = 18;
|
||||
|
||||
SpellBuyingWindow::SpellBuyingWindow(MWBase::WindowManager& parWindowManager) :
|
||||
WindowBase("openmw_spells_window.layout", parWindowManager)
|
||||
WindowBase("openmw_spell_buying_window.layout", parWindowManager)
|
||||
, ContainerBase(NULL) // no drag&drop
|
||||
, mSpellsWidgetMap()
|
||||
, mCurrentY(0)
|
||||
|
|
|
@ -70,6 +70,7 @@ set(MYGUI_FILES
|
|||
openmw_quickkeys_menu_assign.layout
|
||||
openmw_itemselection_dialog.layout
|
||||
openmw_magicselection_dialog.layout
|
||||
openmw_spell_buying_window.layout
|
||||
smallbars.png
|
||||
VeraMono.ttf
|
||||
markers.png
|
||||
|
|
Loading…
Reference in a new issue