forked from github/server
mapper kann deutsche newfactions.
This commit is contained in:
parent
667e6673b2
commit
abe9856678
|
@ -220,6 +220,7 @@ read_dropouts(const char * filename)
|
||||||
if (age<=1) {
|
if (age<=1) {
|
||||||
drop = calloc(sizeof(dropout), 1);
|
drop = calloc(sizeof(dropout), 1);
|
||||||
drop->race = rc_find(race);
|
drop->race = rc_find(race);
|
||||||
|
if (drop->race==NULL) drop->race = findrace(race, default_locale);
|
||||||
drop->x = x;
|
drop->x = x;
|
||||||
drop->y = y;
|
drop->y = y;
|
||||||
drop->fno = -1;
|
drop->fno = -1;
|
||||||
|
|
Loading…
Reference in New Issue