forked from github/server
initializing oldrace, sanity checks.
This commit is contained in:
parent
1b15838f4e
commit
a3bef667d1
1 changed files with 3 additions and 0 deletions
|
@ -524,6 +524,9 @@ race_compat(void)
|
|||
if (rc == new_race[RC_TROLL]) {
|
||||
a_add(&rc->attribs, make_skillmod(NOSKILL, SMF_RIDING, NULL, 0.0, -1));
|
||||
}
|
||||
} else {
|
||||
log_error(("could not find old race %s\n", oldracenames[i]));
|
||||
assert(rc);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue