mapper kann deutsche newfactions.

This commit is contained in:
Enno Rehling 2002-03-10 12:13:39 +00:00
parent 667e6673b2
commit abe9856678
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ read_dropouts(const char * filename)
if (age<=1) {
drop = calloc(sizeof(dropout), 1);
drop->race = rc_find(race);
if (drop->race==NULL) drop->race = findrace(race, default_locale);
drop->x = x;
drop->y = y;
drop->fno = -1;