[Scummvm-cvs-logs] SF.net SVN: scummvm: [25375] scummvm/trunk/engines/parallaction/location. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Feb 4 09:10:01 CET 2007


Revision: 25375
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25375&view=rev
Author:   peres001
Date:     2007-02-04 00:10:00 -0800 (Sun, 04 Feb 2007)

Log Message:
-----------
_hoverZone now is handled as in the original engine

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/location.cpp

Modified: scummvm/trunk/engines/parallaction/location.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/location.cpp	2007-02-04 03:10:27 UTC (rev 25374)
+++ scummvm/trunk/engines/parallaction/location.cpp	2007-02-04 08:10:00 UTC (rev 25375)
@@ -299,8 +299,8 @@
 	return;
 }
 
+extern Zone    *_hoverZone;
 
-
 void Parallaction::changeLocation(char *location) {
     debugC(1, kDebugLocation, "changeLocation to '%s'", location);
 
@@ -342,7 +342,7 @@
         debugC(1, kDebugLocation, "changeLocation: music stopped");
 	}
 
-
+    _hoverZone = NULL;
 	if (_engineFlags & kEngineMouse) {
         changeCursor( kCursorArrow );
         debugC(1, kDebugLocation, "changeLocation: changed cursor");


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