[Scummvm-cvs-logs] SF.net SVN: scummvm:[41046] scummvm/trunk/engines/kyra/script_lol.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sat May 30 22:40:48 CEST 2009


Revision: 41046
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41046&view=rev
Author:   athrxx
Date:     2009-05-30 20:40:48 +0000 (Sat, 30 May 2009)

Log Message:
-----------
LOL: minor bug fix

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/script_lol.cpp

Modified: scummvm/trunk/engines/kyra/script_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_lol.cpp	2009-05-30 20:37:33 UTC (rev 41045)
+++ scummvm/trunk/engines/kyra/script_lol.cpp	2009-05-30 20:40:48 UTC (rev 41046)
@@ -338,7 +338,7 @@
 	case 16:
 		return p->flags;
 	case 17:
-		return (p->skill << 8) | p->might;
+		return (p->skill << 8) | ((uint8)p->might);
 	default:
 		break;
 	}


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