aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gui/gui_helpers.h')
-rw-r--r--engines/sci/gui/gui_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h
index 191b7039a1..6bc91797b8 100644
--- a/engines/sci/gui/gui_helpers.h
+++ b/engines/sci/gui/gui_helpers.h
@@ -87,6 +87,7 @@ struct GuiAnimateEntry {
uint16 signal;
Common::Rect celRect;
bool showBitsFlag;
+ GuiMemoryHandle castHandle;
};
typedef Common::List<GuiAnimateEntry *> GuiAnimateList;