diff -r 7eb4707d43f0 -r 361bd29293f4 cocoaTouch/MapConfigViewController.m --- a/cocoaTouch/MapConfigViewController.m Sat May 01 05:15:16 2010 +0000 +++ b/cocoaTouch/MapConfigViewController.m Sat May 01 12:53:55 2010 +0000 @@ -430,7 +430,9 @@ #pragma mark view management -(void) viewDidLoad { [super viewDidLoad]; - + + srandom(time(NULL)); + CGSize screenSize = [[UIScreen mainScreen] bounds].size; self.view.frame = CGRectMake(0, 0, screenSize.height, screenSize.width - 44);