mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
MOHAWK: silence harmless case of a LB warning
svn-id: r54660
This commit is contained in:
parent
27a3173d93
commit
99264d47c3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user