[Scummvm-tracker] [ScummVM :: Bugs] #13177: TWINE: Tank is stuck
ScummVM :: Bugs
trac at scummvm.org
Tue Dec 28 20:14:37 UTC 2021
#13177: TWINE: Tank is stuck
--------------------+-----------------------------------
Reporter: vvs- | Owner: (none)
Type: defect | Status: new
Priority: blocker | Component: Engine: TwinE
Version: | Resolution:
Keywords: | Game: Little Big Adventure
--------------------+-----------------------------------
Comment (by mgerhardy):
The problem is in the lines:
checkActorCollisionWithBricks(actor->_boudingBox.mins.x,
actor->_boudingBox.mins.y, actor->_boudingBox.mins.z, 1);
checkActorCollisionWithBricks(actor->_boudingBox.maxs.x,
actor->_boudingBox.mins.y, actor->_boudingBox.mins.z, 2);
checkActorCollisionWithBricks(actor->_boudingBox.maxs.x,
actor->_boudingBox.mins.y, actor->_boudingBox.maxs.z, 4);
checkActorCollisionWithBricks(actor->_boudingBox.mins.x,
actor->_boudingBox.mins.y, actor->_boudingBox.maxs.z, 8);
--
Ticket URL: <https://bugs.scummvm.org/ticket/13177#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list