Music levels no longer drop with -T 0 in conversations, from chmmravatar
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@910 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -35,7 +35,7 @@ void Slider (void);
|
|||||||
|
|
||||||
|
|
||||||
#define MAX_RESPONSES 8
|
#define MAX_RESPONSES 8
|
||||||
#define BACKGROUND_VOL (MAX_VOLUME >> 1)
|
#define BACKGROUND_VOL speechVolumeScale == 0.0f ? MAX_VOLUME : (MAX_VOLUME >> 1)
|
||||||
#define FOREGROUND_VOL MAX_VOLUME
|
#define FOREGROUND_VOL MAX_VOLUME
|
||||||
|
|
||||||
#define SLIDER_Y 107
|
#define SLIDER_Y 107
|
||||||
|
|||||||
Reference in New Issue
Block a user