MOHAWK: silence harmless case of a LB warning

svn-id: r54660
This commit is contained in:
Alyssa Milburn 2010-11-30 00:03:35 +00:00
parent 27a3173d93
commit 99264d47c3

View File

@ -539,6 +539,7 @@ void MohawkEngine_LivingBooks::loadBITL(uint16 resourceId) {
break;
default:
warning("Unknown item type %04x", type);
case 3: // often used for buttons
res = new LBItem(this, rect);
break;
}