mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-29 03:26:38 +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 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 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; } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue