forked from github/server
missed a spot!
This commit is contained in:
parent
7ebfdb0747
commit
ca81dadedb
|
@ -723,7 +723,7 @@ void immigration(void)
|
|||
}
|
||||
}
|
||||
if (badunit == 0) {
|
||||
peasants += (int)(rng_double()*x);
|
||||
peasants += (int)(rng_double()*income);
|
||||
rsetpeasants(r, peasants);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue