aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorAlyssa Milburn2010-11-30 00:03:35 +0000
committerAlyssa Milburn2010-11-30 00:03:35 +0000
commit99264d47c3ed8b0914c9141a81c8c34aabb1823a (patch)
treebd42c0e3c6f8789b144355e337a9fd5057ae04ee /engines
parent27a3173d939b52002584fca83ce4ba8c9e563db1 (diff)
downloadscummvm-rg350-99264d47c3ed8b0914c9141a81c8c34aabb1823a.tar.gz
scummvm-rg350-99264d47c3ed8b0914c9141a81c8c34aabb1823a.tar.bz2
scummvm-rg350-99264d47c3ed8b0914c9141a81c8c34aabb1823a.zip
MOHAWK: silence harmless case of a LB warning
svn-id: r54660
Diffstat (limited to 'engines')
-rw-r--r--engines/mohawk/livingbooks.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp
index 1841f3ee29..0c5d7c1575 100644
--- a/engines/mohawk/livingbooks.cpp
+++ b/engines/mohawk/livingbooks.cpp
@@ -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;
}