diff options
Diffstat (limited to 'engines')
-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 95b4722d81..b9e54e4e20 100644 --- a/engines/mohawk/livingbooks.cpp +++ b/engines/mohawk/livingbooks.cpp @@ -837,6 +837,7 @@ void LBPage::loadBITL(uint16 resourceId) { break; default: warning("Unknown item type %04x", type); + // fall through case 3: // often used for buttons res = new LBItem(_vm, this, rect); break; |