mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-22 09:23:54 +00:00
small fix
This commit is contained in:
parent
22f524f8d5
commit
2f0a69160c
1 changed files with 2 additions and 2 deletions
|
@ -125,9 +125,9 @@ namespace MWGui
|
||||||
* @param parent widget
|
* @param parent widget
|
||||||
* @param coordinates to use, will be expanded if more space is needed
|
* @param coordinates to use, will be expanded if more space is needed
|
||||||
* @param spell category, if this is 0, this means the spell effects are permanent and won't display e.g. duration
|
* @param spell category, if this is 0, this means the spell effects are permanent and won't display e.g. duration
|
||||||
* @param center the effect widgets horizontally
|
* @param various flags, see MWEffectList::EffectFlags
|
||||||
*/
|
*/
|
||||||
void createEffectWidgets(std::vector<MyGUI::WidgetPtr> &effects, MyGUI::WidgetPtr creator, MyGUI::IntCoord &coord, const int category);
|
void createEffectWidgets(std::vector<MyGUI::WidgetPtr> &effects, MyGUI::WidgetPtr creator, MyGUI::IntCoord &coord, int flags);
|
||||||
|
|
||||||
const std::string &getSpellId() const { return id; }
|
const std::string &getSpellId() const { return id; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue