diff options
-rw-r--r-- | engines/sci/gui/gui_helpers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h index 0a79e1f8f7..294b0ebcc2 100644 --- a/engines/sci/gui/gui_helpers.h +++ b/engines/sci/gui/gui_helpers.h @@ -78,7 +78,8 @@ struct GuiAnimateEntry { GuiViewCelNo celNo; int16 paletteNo; int16 x, y, z; - uint16 priority, signal; + int16 priority; + uint16 signal; Common::Rect celRect; bool showBitsFlag; }; |