project_files/HedgewarsMobile/Classes/AboutViewController.m
changeset 3783 8e9daf967406
parent 3753 bb5a0252fb56
child 3787 6e84339eefee
equal deleted inserted replaced
3782:dc3531e49e4c 3783:8e9daf967406
    37 -(void) dealloc {
    37 -(void) dealloc {
    38     [super dealloc];
    38     [super dealloc];
    39 }
    39 }
    40 
    40 
    41 -(IBAction) buttonPressed:(id) sender {
    41 -(IBAction) buttonPressed:(id) sender {
       
    42     playSound(@"backSound");
    42     [[self parentViewController] dismissModalViewControllerAnimated:YES];
    43     [[self parentViewController] dismissModalViewControllerAnimated:YES];
    43 }
    44 }
    44 
    45 
    45 @end
    46 @end