Skip to content

Commit

Permalink
VOYEUR: Hide the mouse cursor when the low battery screen is displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Mar 14, 2014
1 parent 3556996 commit 779f3e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions engines/voyeur/files.cpp
Expand Up @@ -470,7 +470,7 @@ void BVoyBoltFile::initViewPort() {
_state._curMemberPtr->_viewPortResource = viewPort = new ViewPortResource(_state, src);

// This is done post-constructor, since viewports can be self referential, so
// we ned the _viewPortResource field to have been set before resolving the pointer
// we need the _viewPortResource field to have been set before resolving the pointer
viewPort->_parent = getBoltEntryFromLong(READ_LE_UINT32(src + 2))._viewPortResource;
}

Expand Down Expand Up @@ -683,8 +683,7 @@ void BoltEntry::load() {
*/
bool BoltEntry::hasResource() const {
return _rectResource || _picResource || _viewPortResource || _viewPortListResource
|| _fontResource || _fontInfoResource || _cMapResource
|| _vInitCycleResource
|| _fontResource || _fontInfoResource || _cMapResource || _vInitCycleResource
|| _ptrResource || _controlResource || _stateResource || _threadResource;
}

Expand Down

0 comments on commit 779f3e5

Please sign in to comment.