project_files/HedgewarsMobile/Classes/InGameMenuViewController.m
changeset 5208 878e551f0b4a
parent 5166 d1eb1560b4d5
child 5483 fc755bb8096d
equal deleted inserted replaced
5207:4c9ae0f484da 5208:878e551f0b4a
    59     MSG_DIDUNLOAD();
    59     MSG_DIDUNLOAD();
    60     [super viewDidUnload];
    60     [super viewDidUnload];
    61 }
    61 }
    62 
    62 
    63 -(void) dealloc {
    63 -(void) dealloc {
    64     [menuList release];
    64     releaseAndNil(menuList);
    65     [super dealloc];
    65     [super dealloc];
    66 }
    66 }
    67 
    67 
    68 #pragma mark -
    68 #pragma mark -
    69 #pragma mark animating
    69 #pragma mark animating