project_files/HedgewarsMobile/Classes/MapConfigViewController.m
changeset 4287 7dbdc862097c
parent 4244 bf46b4bdf27d
child 4290 82f1f1d819c0
equal deleted inserted replaced
4284:57a501a69e5f 4287:7dbdc862097c
    70     [seed release];
    70     [seed release];
    71 
    71 
    72     // perform as if user clicked on an entry
    72     // perform as if user clicked on an entry
    73     [self tableView:self.tableView didSelectRowAtIndexPath:theIndex];
    73     [self tableView:self.tableView didSelectRowAtIndexPath:theIndex];
    74     if (IS_NOT_POWERFUL() == NO)
    74     if (IS_NOT_POWERFUL() == NO)
    75         [self.tableView scrollToRowAtIndexPath:theIndex atScrollPosition:UITableViewScrollPositionNone animated:YES];
    75         [self.tableView scrollToRowAtIndexPath:theIndex atScrollPosition:UITableViewScrollPositionMiddle animated:YES];
    76 }
    76 }
    77 
    77 
    78 -(void) turnOffWidgets {
    78 -(void) turnOffWidgets {
    79     busy = YES;
    79     busy = YES;
    80     self.previewButton.alpha = 0.5f;
    80     self.previewButton.alpha = 0.5f;