mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
Persons must not be in table!
svn-id: r10797
This commit is contained in:
parent
0aa58f53c8
commit
c009516dfd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user