project_files/HedgewarsMobile/Classes/MainMenuViewController.m
changeset 6719 d2afc6b2d88e
parent 6700 e04da46ee43c
child 6822 206db098f8c5
--- 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"