*Little fix

This commit is contained in:
dimok321 2009-05-09 23:03:16 +00:00
parent 7e02aeb63f
commit 9550b4c8a5
2 changed files with 7 additions and 7 deletions

View File

@ -3522,7 +3522,8 @@ static int MenuSettings()
else if (!strcmp("", Settings.unlockCode)) sprintf(options2.value[0], "<not set>"); else if (!strcmp("", Settings.unlockCode)) sprintf(options2.value[0], "<not set>");
else sprintf(options2.value[0], Settings.unlockCode); else sprintf(options2.value[0], Settings.unlockCode);
if (Settings.cios == ios249) sprintf (options2.value[1],"cIOS 249"); if (CFG.godmode != 1) sprintf(options2.value[1], "********");
else if (Settings.cios == ios249) sprintf (options2.value[1],"cIOS 249");
else if (Settings.cios == ios222) sprintf (options2.value[1],"cIOS 222"); else if (Settings.cios == ios222) sprintf (options2.value[1],"cIOS 222");
if (Settings.xflip == no) sprintf (options2.value[2],"No"); if (Settings.xflip == no) sprintf (options2.value[2],"No");
@ -3540,14 +3541,11 @@ static int MenuSettings()
else if(CFG.parentalcontrol == 2) sprintf(options2.value[5], "2"); else if(CFG.parentalcontrol == 2) sprintf(options2.value[5], "2");
else if(CFG.parentalcontrol == 3) sprintf(options2.value[5], "3"); else if(CFG.parentalcontrol == 3) sprintf(options2.value[5], "3");
if (CFG.godmode != 1) sprintf(options2.value[6], "********"); sprintf(options2.value[6], CFG.covers_path);
else sprintf(options2.value[6], CFG.covers_path);
if (CFG.godmode != 1) sprintf(options2.value[7], "********"); sprintf(options2.value[7], CFG.disc_path);
else sprintf(options2.value[7], CFG.disc_path);
if (CFG.godmode != 1) sprintf(options2.value[8], "********"); sprintf(options2.value[8], CFG.theme_path);
else sprintf(options2.value[8], CFG.theme_path);
ret = optionBrowser2.GetClickedOption(); ret = optionBrowser2.GetClickedOption();
@ -3583,6 +3581,7 @@ static int MenuSettings()
} }
break; break;
case 1: case 1:
if ( CFG.godmode == 1)
Settings.cios++; Settings.cios++;
break; break;
case 2: case 2:
@ -3595,6 +3594,7 @@ static int MenuSettings()
Settings.wsprompt++; Settings.wsprompt++;
break; break;
case 5: case 5:
if ( CFG.godmode == 1)
CFG.parentalcontrol++; CFG.parentalcontrol++;
break; break;
case 6: case 6:

BIN
svn_conf_ignore.svnprops Normal file

Binary file not shown.