missed a spot!

This commit is contained in:
Enno Rehling 2016-01-31 22:12:08 +01:00
parent 7ebfdb0747
commit ca81dadedb
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ void immigration(void)
}
}
if (badunit == 0) {
peasants += (int)(rng_double()*x);
peasants += (int)(rng_double()*income);
rsetpeasants(r, peasants);
}
}