Preserve the remix options between visits to the setup menu; bug #1132
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3653 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1506,13 +1506,14 @@ SetGlobalOptions (GLOBALOPTS *opts)
|
||||
}
|
||||
|
||||
optSubtitles = (opts->subtitles == OPTVAL_ENABLED) ? TRUE : FALSE;
|
||||
// optWhichMusic = (opts->music == OPTVAL_3DO) ? OPT_3DO : OPT_PC;
|
||||
optWhichMenu = (opts->menu == OPTVAL_3DO) ? OPT_3DO : OPT_PC;
|
||||
optWhichFonts = (opts->text == OPTVAL_3DO) ? OPT_3DO : OPT_PC;
|
||||
optWhichCoarseScan = (opts->cscan == OPTVAL_3DO) ? OPT_3DO : OPT_PC;
|
||||
optSmoothScroll = (opts->scroll == OPTVAL_3DO) ? OPT_3DO : OPT_PC;
|
||||
optWhichShield = (opts->shield == OPTVAL_3DO) ? OPT_3DO : OPT_PC;
|
||||
optMeleeScale = (opts->meleezoom == OPTVAL_3DO) ? TFB_SCALE_TRILINEAR : TFB_SCALE_STEP;
|
||||
opt3doMusic = (opts->music3do == OPTVAL_ENABLED);
|
||||
optRemixMusic = (opts->musicremix == OPTVAL_ENABLED);
|
||||
optSpeech = (opts->speech == OPTVAL_ENABLED);
|
||||
optWhichIntro = (opts->intro == OPTVAL_3DO) ? OPT_3DO : OPT_PC;
|
||||
optStereoSFX = (opts->stereo == OPTVAL_ENABLED);
|
||||
|
||||
Reference in New Issue
Block a user