project_files/HedgewarsMobile/Classes/InGameMenuViewController.m
changeset 6019 8843ea756cfc
parent 5711 cba92708277b
child 6076 e1b4771f6472
equal deleted inserted replaced
6018:3b86826f6665 6019:8843ea756cfc
   137     return cell;
   137     return cell;
   138 }
   138 }
   139 
   139 
   140 -(void) tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
   140 -(void) tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
   141     UIActionSheet *actionSheet;
   141     UIActionSheet *actionSheet;
   142     UIAlertView *alert;
   142 //    UIAlertView *alert;
   143 
   143 
   144     switch ([indexPath row]) {
   144     switch ([indexPath row]) {
   145         case 0:
   145         case 0:
   146             [[NSNotificationCenter defaultCenter] postNotificationName:@"show help ingame" object:nil];
   146             [[NSNotificationCenter defaultCenter] postNotificationName:@"show help ingame" object:nil];
   147 
   147