From 15b2dfef0181dc25b7e79b4c35eee68bacd32b17 Mon Sep 17 00:00:00 2001 From: silvernexus Date: Wed, 25 May 2016 03:43:26 +0000 Subject: [PATCH] Prevent setting of start numbers from affecting the generation seed. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20281 282e977c-c81d-0410-88c4-b93c2d0d6712 --- Info/land.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Info/land.c b/Info/land.c index f6c5df7f0..336e90b4c 100644 --- a/Info/land.c +++ b/Info/land.c @@ -331,6 +331,7 @@ main(int argc, char *argv) case 'Y': starty = atoi(optarg); + break; case 's': seed = atoi(optarg);