diff options
Diffstat (limited to 'engines/sci/gui/gui_helpers.h')
-rw-r--r-- | engines/sci/gui/gui_helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h index cca6db9fa1..201662145d 100644 --- a/engines/sci/gui/gui_helpers.h +++ b/engines/sci/gui/gui_helpers.h @@ -80,6 +80,7 @@ struct GuiAnimateList { int16 x, y, z; uint16 priority, signal; Common::Rect celRect; + bool showBitsFlag; }; struct GuiCast { |