mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 20:26:43 +00:00 
			
		
		
		
	Closes #556: Link movie volume to 'master' volume slider, instead of 'music'.
This commit is contained in:
		
							parent
							
								
									95651857f3
								
							
						
					
					
						commit
						2196ce427a
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -156,11 +156,12 @@ namespace MWSound | |||
|                 volume *= mFootstepsVolume; | ||||
|                 break; | ||||
|             case Play_TypeMusic: | ||||
|             case Play_TypeMovie: | ||||
|                 volume *= mMusicVolume; | ||||
|                 break; | ||||
|             case Play_TypeMask: | ||||
|                 break; | ||||
|             default: | ||||
|                 break; | ||||
|         } | ||||
|         return volume; | ||||
|     } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue