changeset 6908 | 896ed2afcfb8 |
parent 6871 | 5aadbfe02613 |
child 8441 | a00b0fa0dbd7 |
--- a/project_files/HedgewarsMobile/Classes/AudioManagerController.m Sun Apr 22 03:59:24 2012 +0200 +++ b/project_files/HedgewarsMobile/Classes/AudioManagerController.m Sun Apr 22 04:48:11 2012 +0200 @@ -38,7 +38,7 @@ } -(id) init { - if (self = [super init]) { + if ((self = [super init])) { self.backgroundMusic = nil; self.clickSound = -1; self.backSound = -1;