[Scummvm-cvs-logs] SF.net SVN: scummvm:[54660] scummvm/trunk/engines/mohawk/livingbooks.cpp

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Tue Nov 30 01:03:35 CET 2010


Revision: 54660
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54660&view=rev
Author:   fuzzie
Date:     2010-11-30 00:03:35 +0000 (Tue, 30 Nov 2010)

Log Message:
-----------
MOHAWK: silence harmless case of a LB warning

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/livingbooks.cpp

Modified: scummvm/trunk/engines/mohawk/livingbooks.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/livingbooks.cpp	2010-11-30 00:01:54 UTC (rev 54659)
+++ scummvm/trunk/engines/mohawk/livingbooks.cpp	2010-11-30 00:03:35 UTC (rev 54660)
@@ -539,6 +539,7 @@
 			break;
 		default:
 			warning("Unknown item type %04x", type);
+		case 3: // often used for buttons
 			res = new LBItem(this, rect);
 			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