diff options
Diffstat (limited to 'engines/sci/gui/gui_helpers.h')
-rw-r--r-- | engines/sci/gui/gui_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h index a198ba9f30..92008c9cfb 100644 --- a/engines/sci/gui/gui_helpers.h +++ b/engines/sci/gui/gui_helpers.h @@ -95,7 +95,7 @@ struct sciPalette { byte mapping[256]; uint32 timestamp; sciColor colors[256]; - byte intencity[256]; + byte intensity[256]; }; struct sciPalSched { |