Fixed a regression of commit #35473. Fixes bug #2703595 - "ITE: Crash when clicking on items inside the hangar"
svn-id: r39664
This commit is contained in:
parent
b76f7fea4e
commit
c65013faf2
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Actor::Actor(SagaEngine *vm) : _vm(vm) {
|
|||
_pathRect.left = 0;
|
||||
_pathRect.right = _vm->getDisplayInfo().width;
|
||||
_pathRect.top = _vm->getDisplayInfo().pathStartY;
|
||||
_pathRect.bottom = _vm->getDisplayInfo().height;
|
||||
_pathRect.bottom = _vm->_scene->getHeight();
|
||||
|
||||
// Get actor resource file context
|
||||
_actorContext = _vm->_resource->getContext(GAME_RESOURCEFILE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue