diff -r 3a8560c00f78 -r 48fc46a922fd cocoaTouch/SettingsViewController.h --- a/cocoaTouch/SettingsViewController.h Sat Jan 23 13:15:27 2010 +0000 +++ b/cocoaTouch/SettingsViewController.h Sat Jan 23 21:57:24 2010 +0000 @@ -13,7 +13,7 @@ UITextField *username; UITextField *password; UISwitch *musicSwitch; - UISwitch *effectsSwitch; + UISwitch *soundsSwitch; UISwitch *altDamageSwitch; UISlider *volumeSlider; UILabel *volumeLabel; @@ -23,7 +23,7 @@ @property (nonatomic, retain) IBOutlet UITextField *username; @property (nonatomic, retain) IBOutlet UITextField *password; @property (nonatomic, retain) UISwitch *musicSwitch; -@property (nonatomic, retain) UISwitch *effectsSwitch; +@property (nonatomic, retain) UISwitch *soundsSwitch; @property (nonatomic, retain) UISwitch *altDamageSwitch; @property (nonatomic, retain) IBOutlet UISlider *volumeSlider; @property (nonatomic, retain) IBOutlet UILabel *volumeLabel;