Persons must not be in table!

svn-id: r10797
This commit is contained in:
David Eriksson 2003-10-14 12:36:32 +00:00
parent 0aa58f53c8
commit c009516dfd

View File

@ -515,9 +515,6 @@ void Walk::personMove(const Person *pp, uint16 endx, uint16 endy, uint16 curImag
}
++mpd;
}
if (mpd->name[0] == '*') {
error("Walk::personMove() - Unknown person : '%s'", pp->name);
}
if (_walkDataCount > 0) {
animatePersonPrepare(mpd, direction);