[Scummvm-cvs-logs] SF.net SVN: scummvm: [29527] scummvm/trunk/engines/lure/hotspots.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sat Nov 17 09:42:24 CET 2007


Revision: 29527
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29527&view=rev
Author:   dreammaster
Date:     2007-11-17 00:42:23 -0800 (Sat, 17 Nov 2007)

Log Message:
-----------
Changed default value of _walkFlag in Hotspot constructor

Modified Paths:
--------------
    scummvm/trunk/engines/lure/hotspots.cpp

Modified: scummvm/trunk/engines/lure/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/lure/hotspots.cpp	2007-11-17 06:53:13 UTC (rev 29526)
+++ scummvm/trunk/engines/lure/hotspots.cpp	2007-11-17 08:42:23 UTC (rev 29527)
@@ -89,7 +89,7 @@
 	_voiceCtr = 0;
 	_blockedOffset = 0;
 	_exitCtr = 0;
-	_walkFlag = true;
+	_walkFlag = false;
 	_startRoomNumber = 0;
 	_supportValue = 0;
 
@@ -4299,7 +4299,7 @@
 		_xDestCurrent = xRight;
 	}
 
-	_yDestCurrent = _destY - 8;
+	_yDestCurrent = _destY - MENUBAR_Y_SIZE;
 	if (_yDestCurrent < 0)
 		_yDestCurrent = 0;
 	if (_yDestCurrent >= (FULL_SCREEN_HEIGHT - MENUBAR_Y_SIZE))


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