equal
deleted
inserted
replaced
107 -(void) tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { |
107 -(void) tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { |
108 UIActionSheet *actionSheet; |
108 UIActionSheet *actionSheet; |
109 |
109 |
110 switch ([indexPath row]) { |
110 switch ([indexPath row]) { |
111 case 0: |
111 case 0: |
112 HW_pause(); |
112 [[NSNotificationCenter defaultCenter] postNotificationName:@"show help ingame" object:nil]; |
113 break; |
113 break; |
114 case 1: |
114 case 1: |
115 if (SDL_iPhoneKeyboardIsShown(sdlwindow)) |
115 if (SDL_iPhoneKeyboardIsShown(sdlwindow)) |
116 [self removeChat]; |
116 [self removeChat]; |
117 else { |
117 else { |