[Scummvm-cvs-logs] SF.net SVN: scummvm:[49408] scummvm/trunk/engines/sci/engine

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jun 3 12:44:50 CEST 2010


Revision: 49408
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49408&view=rev
Author:   thebluegr
Date:     2010-06-03 10:44:50 +0000 (Thu, 03 Jun 2010)

Log Message:
-----------
The setCursor selector is no longer used for the detection of the kSetCursor() kernel function semantics

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/selector.cpp
    scummvm/trunk/engines/sci/engine/vm.h

Modified: scummvm/trunk/engines/sci/engine/selector.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/selector.cpp	2010-06-03 10:26:51 UTC (rev 49407)
+++ scummvm/trunk/engines/sci/engine/selector.cpp	2010-06-03 10:44:50 UTC (rev 49408)
@@ -153,7 +153,6 @@
 	FIND_SELECTOR(subtitleLang);
 	FIND_SELECTOR(parseLang);
 	FIND_SELECTOR(overlay);
-	FIND_SELECTOR(setCursor);
 	FIND_SELECTOR(topString);
 	FIND_SELECTOR(scaleSignal);
 	FIND_SELECTOR(scaleX);

Modified: scummvm/trunk/engines/sci/engine/vm.h
===================================================================
--- scummvm/trunk/engines/sci/engine/vm.h	2010-06-03 10:26:51 UTC (rev 49407)
+++ scummvm/trunk/engines/sci/engine/vm.h	2010-06-03 10:44:50 UTC (rev 49408)
@@ -157,7 +157,6 @@
 
 	// Used for auto detection purposes
 	Selector overlay;	///< Used to determine if a game is using old gfx functions or not
-	Selector setCursor; ///< For cursor semantics autodetection
 
 	// SCI1.1 Mac icon bar selectors
 	Selector iconIndex; ///< Used to index icon bar objects


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list