mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 01:26:39 +00:00 
			
		
		
		
	Correct tooltip for Magicka in stats window.
This commit is contained in:
		
							parent
							
								
									2d302aef99
								
							
						
					
					
						commit
						cf4f3d9ebc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -159,7 +159,7 @@ namespace MWGui
 | 
				
			||||||
        else if (id == "MBar")
 | 
					        else if (id == "MBar")
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            getWidget(w, "Magicka");
 | 
					            getWidget(w, "Magicka");
 | 
				
			||||||
            w->setUserString("Caption_HealthDescription", "#{sIntDesc}\n" + valStr);
 | 
					            w->setUserString("Caption_HealthDescription", "#{sMagDesc}\n" + valStr);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (id == "FBar")
 | 
					        else if (id == "FBar")
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue