[Scummvm-cvs-logs] scummvm master -> 779f3e5876b803f11c78d70dbadd882596f0f1e6

Strangerke Strangerke at scummvm.org
Fri Mar 14 06:52:35 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
779f3e5876 VOYEUR: Hide the mouse cursor when the low battery screen is displayed


Commit: 779f3e5876b803f11c78d70dbadd882596f0f1e6
    https://github.com/scummvm/scummvm/commit/779f3e5876b803f11c78d70dbadd882596f0f1e6
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-03-14T06:50:37+01:00

Commit Message:
VOYEUR: Hide the mouse cursor when the low battery screen is displayed

Changed paths:
    engines/voyeur/files.cpp



diff --git a/engines/voyeur/files.cpp b/engines/voyeur/files.cpp
index 41509a0..3e86f43 100644
--- a/engines/voyeur/files.cpp
+++ b/engines/voyeur/files.cpp
@@ -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;
 }
 
@@ -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;
 }
 






More information about the Scummvm-git-logs mailing list