project_files/HedgewarsMobile/Classes/MissionTrainingViewController.m
changeset 6353 d8f62c805619
parent 6266 b02a1e92dba2
child 6494 5e0595f41cde
equal deleted inserted replaced
6352:2448f5390bd5 6353:d8f62c805619
    72 
    72 
    73     if (button.tag == 0) {
    73     if (button.tag == 0) {
    74         [AudioManagerController playBackSound];
    74         [AudioManagerController playBackSound];
    75         [[self parentViewController] dismissModalViewControllerAnimated:YES];
    75         [[self parentViewController] dismissModalViewControllerAnimated:YES];
    76     } else {
    76     } else {
       
    77         [GameInterfaceBridge registerCallingController:self];
    77         [GameInterfaceBridge startMissionGame:self.missionName];
    78         [GameInterfaceBridge startMissionGame:self.missionName];
    78     }
    79     }
    79 }
    80 }
    80 
    81 
    81 #pragma mark -
    82 #pragma mark -