mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
You did not see the previous version of this code
svn-id: r10547
This commit is contained in:
parent
d6c3235c0e
commit
058ec2c7c6
@ -235,10 +235,8 @@ uint16 QueenLogic::findBob(uint16 obj) {
|
|||||||
uint16 bobnum = 0;
|
uint16 bobnum = 0;
|
||||||
uint16 bobtype = 0; // 1 for animated, 0 for static
|
uint16 bobtype = 0; // 1 for animated, 0 for static
|
||||||
|
|
||||||
if (obj > _numObjects) {
|
if (obj > _numObjects)
|
||||||
debug(0, "Object index (%i) > _numObjects (%i)", obj, _numObjects);
|
error("Object index (%i) > _numObjects (%i)", obj, _numObjects);
|
||||||
abort();
|
|
||||||
}
|
|
||||||
|
|
||||||
uint16 room = _objectData[obj].room;
|
uint16 room = _objectData[obj].room;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user