project_files/HedgewarsMobile/Classes/MainMenuViewController.m
changeset 6320 238a6dc0e7ad
parent 6268 d773867f93db
child 6353 d8f62c805619
equal deleted inserted replaced
6319:b57a37a94ad3 6320:238a6dc0e7ad
   128         // let's not prompt for rating when app crashed >_>
   128         // let's not prompt for rating when app crashed >_>
   129         [Appirater appLaunched];
   129         [Appirater appLaunched];
   130     }
   130     }
   131 
   131 
   132     /*
   132     /*
   133     ServerProtocolNetwork *setup = [[ServerProtocolNetwork alloc] init];
   133     [ServerProtocolNetwork openServerConnection];
   134     [NSThread detachNewThreadSelector:@selector(serverProtocol)
       
   135                                  toTarget:setup
       
   136                                withObject:nil];
       
   137     [setup release];
       
   138     */
   134     */
   139 }
   135 }
   140 
   136 
   141 -(void) viewWillAppear:(BOOL)animated {
   137 -(void) viewWillAppear:(BOOL)animated {
   142     [AudioManagerController playBackgroundMusic];
   138     [AudioManagerController playBackgroundMusic];