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
master
silvernexus 2016-05-25 03:43:26 +00:00
parent bb9dd56fa6
commit 15b2dfef01
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@ main(int argc, char *argv)
case 'Y':
starty = atoi(optarg);
break;
case 's':
seed = atoi(optarg);