aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/gui/gui_menu.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_menu.cpp b/engines/sci/gui/gui_menu.cpp
index 5358f340a6..316d0bbf01 100644
--- a/engines/sci/gui/gui_menu.cpp
+++ b/engines/sci/gui/gui_menu.cpp
@@ -256,7 +256,8 @@ void SciGuiMenu::setAttribute(uint16 menuId, uint16 itemId, uint16 attributeId,
itemEntry->tag = value.offset;
break;
default:
- error("setAttribute() called with unsupported attributeId %X", attributeId);
+ // Happens when loading a game in LSL3 - attribute 1A
+ warning("setAttribute() called with unsupported attributeId %X", attributeId);
}
}