cocoaTouch/MapConfigViewController.m
changeset 3385 361bd29293f4
parent 3374 0d522416d97f
child 3463 23c50be687a9
--- 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);