aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
authorDavid Eriksson2003-10-14 12:36:32 +0000
committerDavid Eriksson2003-10-14 12:36:32 +0000
commitc009516dfd9eca4db72255f9710d885db06586af (patch)
tree3ed7b34ddc2dde2bbd443f0c2c83e2bf6c2ae843 /queen
parent0aa58f53c881b541c603f0c1d2e4650db3930f88 (diff)
downloadscummvm-rg350-c009516dfd9eca4db72255f9710d885db06586af.tar.gz
scummvm-rg350-c009516dfd9eca4db72255f9710d885db06586af.tar.bz2
scummvm-rg350-c009516dfd9eca4db72255f9710d885db06586af.zip
Persons must not be in table!
svn-id: r10797
Diffstat (limited to 'queen')
-rw-r--r--queen/walk.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/queen/walk.cpp b/queen/walk.cpp
index ba0cffe6e0..270b80c3d9 100644
--- a/queen/walk.cpp
+++ b/queen/walk.cpp
@@ -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);