mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +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;
|
++mpd;
|
||||||
}
|
}
|
||||||
if (mpd->name[0] == '*') {
|
|
||||||
error("Walk::personMove() - Unknown person : '%s'", pp->name);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (_walkDataCount > 0) {
|
if (_walkDataCount > 0) {
|
||||||
animatePersonPrepare(mpd, direction);
|
animatePersonPrepare(mpd, direction);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user