- assert um sicherzustellen, dass keine RC_ORC-Parteien mehr entstehen.

This commit is contained in:
Christian Schlittchen 2002-03-23 19:32:27 +00:00
parent 761dc83d85
commit a2eeea7dc8
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ addplayer(region *r, const char *email, const struct race * frace, const locale
int i; int i;
unit *u; unit *u;
assert(frace != new_race[RC_ORC]);
faction *f = (faction *) calloc(1, sizeof(faction)); faction *f = (faction *) calloc(1, sizeof(faction));
set_string(&f->email, email); set_string(&f->email, email);