formatting change only

This commit is contained in:
ehouse 2004-12-12 17:33:52 +00:00
parent 5fb5008562
commit 4e6f6bc545

View file

@ -83,12 +83,12 @@ adjustForChoice( HWND hDlg, CePrefsDlgState* state )
sizeof(goesWithLocal)/sizeof(goesWithLocal[0]), sizeof(goesWithLocal)/sizeof(goesWithLocal[0]),
XP_FALSE ); XP_FALSE );
turnOnOff( hDlg, goesWithGlobal, turnOnOff( hDlg, goesWithGlobal,
sizeof(goesWithGlobal)/sizeof(goesWithGlobal[0]), sizeof(goesWithGlobal)/sizeof(goesWithGlobal[0]),
XP_TRUE); XP_TRUE);
} else { } else {
turnOnOff( hDlg, goesWithGlobal, turnOnOff( hDlg, goesWithGlobal,
sizeof(goesWithGlobal)/sizeof(goesWithGlobal[0]), sizeof(goesWithGlobal)/sizeof(goesWithGlobal[0]),
XP_FALSE ); XP_FALSE );
turnOnOff( hDlg, goesWithLocal, turnOnOff( hDlg, goesWithLocal,
sizeof(goesWithLocal)/sizeof(goesWithLocal[0]), sizeof(goesWithLocal)/sizeof(goesWithLocal[0]),
XP_TRUE); XP_TRUE);
@ -159,7 +159,7 @@ loadControlsFromState( HWND hDlg, CePrefsDlgState* pState )
ceSetChecked( hDlg, IDC_CHECKCOLORPLAYED, prefsPrefs->showColors ); ceSetChecked( hDlg, IDC_CHECKCOLORPLAYED, prefsPrefs->showColors );
ceSetChecked( hDlg, IDC_CHECKSMARTROBOT, ceSetChecked( hDlg, IDC_CHECKSMARTROBOT,
prefsPrefs->gp.robotSmartness > 0 ); prefsPrefs->gp.robotSmartness > 0 );
ceSetChecked( hDlg, IDC_CHECKNOHINTS, prefsPrefs->gp.hintsNotAllowed ); ceSetChecked( hDlg, IDC_CHECKNOHINTS, prefsPrefs->gp.hintsNotAllowed );
ceSetChecked( hDlg, IDC_CHECKSHOWCURSOR, prefsPrefs->cp.showBoardArrow ); ceSetChecked( hDlg, IDC_CHECKSHOWCURSOR, prefsPrefs->cp.showBoardArrow );