diff -r 686ebfd50f56 -r d2afc6b2d88e project_files/HedgewarsMobile/Classes/MainMenuViewController.m --- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.m Sun Feb 19 01:22:59 2012 +0100 +++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.m Sun Feb 19 02:52:19 2012 +0100 @@ -29,6 +29,7 @@ #import "MissionTrainingViewController.h" #import "Appirater.h" #import "ServerProtocolNetwork.h" +#import "GameInterfaceBridge.h" @implementation MainMenuViewController @@ -221,6 +222,10 @@ } [self presentModalViewController:self.missionsViewController animated:YES]; break; + case 6: + [GameInterfaceBridge registerCallingController:self]; + [GameInterfaceBridge startSimpleGame]; + break; default: alert = [[UIAlertView alloc] initWithTitle:@"Not Yet Implemented" message:@"Sorry, this feature is not yet implemented"