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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Mar 18 14:51:17 CET 2008


Revision: 31180
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31180&view=rev
Author:   lordhoto
Date:     2008-03-18 06:51:16 -0700 (Tue, 18 Mar 2008)

Log Message:
-----------
Fixed bug, which caused displaying wrong string to be shown then combining items in HoF.

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

Modified: scummvm/trunk/engines/kyra/gui_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/gui_v2.cpp	2008-03-18 13:29:12 UTC (rev 31179)
+++ scummvm/trunk/engines/kyra/gui_v2.cpp	2008-03-18 13:51:16 UTC (rev 31180)
@@ -687,7 +687,7 @@
 		_screen->showMouse();
 
 		if (_lang != 1)
-			updateCommandLineEx(newItem+53, 0x2E, 0xD6);
+			updateCommandLineEx(newItem+54, 0x2E, 0xD6);
 
 		return true;
 	}


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