diff -r 113cb9345be1 -r f8d5ac50e307 project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Mon Jul 19 23:38:18 2010 +0400 +++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Tue Jul 20 03:14:43 2010 +0200 @@ -31,6 +31,8 @@ [self.tableView setBackgroundView:nil]; self.view.backgroundColor = [UIColor clearColor]; } + self.tableView.separatorColor = [UIColor colorWithRed:(CGFloat)0xFE/255 green:(CGFloat)0xCB/255 blue:0 alpha:1]; + self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone; } -(void) viewWillAppear:(BOOL) animated { @@ -92,7 +94,6 @@ self.lastIndexPath_we = indexPath; } } - return cell; }