[Scummvm-cvs-logs] scummvm master -> 143cc1a1f92263997a395b1d42f08ecb4810f8ad

m-kiewitz m_kiewitz at users.sourceforge.net
Fri Jun 12 18:43:52 CEST 2015


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:
143cc1a1f9 SHERLOCK: fix mouse cursor loading for PC


Commit: 143cc1a1f92263997a395b1d42f08ecb4810f8ad
    https://github.com/scummvm/scummvm/commit/143cc1a1f92263997a395b1d42f08ecb4810f8ad
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-12T18:39:20+02:00

Commit Message:
SHERLOCK: fix mouse cursor loading for PC

Changed paths:
    engines/sherlock/events.cpp



diff --git a/engines/sherlock/events.cpp b/engines/sherlock/events.cpp
index 1ae19c1..74ed72e 100644
--- a/engines/sherlock/events.cpp
+++ b/engines/sherlock/events.cpp
@@ -56,7 +56,7 @@ void Events::loadCursors(const Common::String &filename) {
 
 	if (_vm->getPlatform() != Common::kPlatform3DO) {
 		// PC
-		_cursorImages = new ImageFile3DO(filename);
+		_cursorImages = new ImageFile(filename);
 	} else {
 		// 3DO
 		_cursorImages = new ImageFile3DO(filename, true);






More information about the Scummvm-git-logs mailing list