[Scummvm-cvs-logs] SF.net SVN: scummvm:[48081] scummvm/trunk/engines/teenagent/callbacks.cpp

megath at users.sourceforge.net megath at users.sourceforge.net
Wed Feb 17 23:01:21 CET 2010


Revision: 48081
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48081&view=rev
Author:   megath
Date:     2010-02-17 22:01:05 +0000 (Wed, 17 Feb 2010)

Log Message:
-----------
fixed "Cannot use rake on grass - ID: 2953464"

Modified Paths:
--------------
    scummvm/trunk/engines/teenagent/callbacks.cpp

Modified: scummvm/trunk/engines/teenagent/callbacks.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/callbacks.cpp	2010-02-17 19:59:08 UTC (rev 48080)
+++ scummvm/trunk/engines/teenagent/callbacks.cpp	2010-02-17 22:01:05 UTC (rev 48081)
@@ -2501,6 +2501,10 @@
 		inventory->add(33);
 		return true;
 
+	case 0x862c:
+		displayMessage(CHECK_FLAG(0xDBB0, 1)? 0x4882: 0x3457);
+		return true;
+
 	case 0x86a9: //correcting height of the pole with spanner
 		if (CHECK_FLAG(0xDB92, 1)) {
 			displayMessage(0x3d40);


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