diff options
-rw-r--r-- | engines/mohawk/livingbooks.cpp | 1 |
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; } |