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:
avolkov
2011-07-09 02:32:58 +00:00
parent a2be245a09
commit 82a7cf0520
+1
View File
@@ -1318,6 +1318,7 @@ SetGlobalOptions (GLOBALOPTS *opts)
optMeleeScale = (opts->meleezoom == OPTVAL_3DO) ? TFB_SCALE_TRILINEAR : TFB_SCALE_STEP; optMeleeScale = (opts->meleezoom == OPTVAL_3DO) ? TFB_SCALE_TRILINEAR : TFB_SCALE_STEP;
optSpeech = (opts->speech == OPTVAL_ENABLED); optSpeech = (opts->speech == OPTVAL_ENABLED);
optWhichIntro = (opts->intro == OPTVAL_3DO) ? OPT_3DO : OPT_PC; optWhichIntro = (opts->intro == OPTVAL_3DO) ? OPT_3DO : OPT_PC;
optStereoSFX = (opts->stereo == OPTVAL_ENABLED);
PlayerControls[0] = opts->player1; PlayerControls[0] = opts->player1;
PlayerControls[1] = opts->player2; PlayerControls[1] = opts->player2;