project_files/HedgewarsMobile/Classes/InGameMenuViewController.m
changeset 5156 641abe679bf0
parent 5002 a9c44a8ffec8
child 5166 d1eb1560b4d5
equal deleted inserted replaced
5155:f2165724605c 5156:641abe679bf0
    86         self.view.frame = CGRectMake(screen.size.height, 0, 200, VIEW_HEIGHT);
    86         self.view.frame = CGRectMake(screen.size.height, 0, 200, VIEW_HEIGHT);
    87         [UIView commitAnimations];
    87         [UIView commitAnimations];
    88         [self.view performSelector:@selector(removeFromSuperview) withObject:nil afterDelay:0.35];
    88         [self.view performSelector:@selector(removeFromSuperview) withObject:nil afterDelay:0.35];
    89     }
    89     }
    90 
    90 
    91     HW_chatEnd();
    91 //    HW_chatEnd();
    92     SDL_iPhoneKeyboardHide((SDL_Window *)HW_getSDLWindow());
    92 //    SDL_iPhoneKeyboardHide((SDL_Window *)HW_getSDLWindow());
    93 
    93 
    94     if (shouldTakeScreenshot) {
    94     if (shouldTakeScreenshot) {
    95         UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Please wait"
    95         UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Please wait"
    96                                                         message:nil
    96                                                         message:nil
    97                                                        delegate:nil
    97                                                        delegate:nil