project_files/HedgewarsMobile/Classes/InGameMenuViewController.m
changeset 3971 5c82ee165ed5
parent 3926 668b71f31e51
child 3996 eb549fd864a5
equal deleted inserted replaced
3970:0f6e3219c108 3971:5c82ee165ed5
    33 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
    33 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
    34     return rotationManager(interfaceOrientation);
    34     return rotationManager(interfaceOrientation);
    35 }
    35 }
    36 
    36 
    37 -(void) didReceiveMemoryWarning {
    37 -(void) didReceiveMemoryWarning {
    38     // Releases the view if it doesn't have a superview.
    38     self.menuList = nil;
    39     [super didReceiveMemoryWarning];
    39     [super didReceiveMemoryWarning];
    40 }
    40 }
    41 
    41 
    42 -(void) viewDidLoad {
    42 -(void) viewDidLoad {
    43     NSArray *array = [[NSArray alloc] initWithObjects:
    43     NSArray *array = [[NSArray alloc] initWithObjects: