Bugfix: positional SFX setup menu option should have an immediate effect
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3638 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1318,6 +1318,7 @@ SetGlobalOptions (GLOBALOPTS *opts)
|
||||
optMeleeScale = (opts->meleezoom == OPTVAL_3DO) ? TFB_SCALE_TRILINEAR : TFB_SCALE_STEP;
|
||||
optSpeech = (opts->speech == OPTVAL_ENABLED);
|
||||
optWhichIntro = (opts->intro == OPTVAL_3DO) ? OPT_3DO : OPT_PC;
|
||||
optStereoSFX = (opts->stereo == OPTVAL_ENABLED);
|
||||
PlayerControls[0] = opts->player1;
|
||||
PlayerControls[1] = opts->player2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user