diff options
Diffstat (limited to 'engines/sci/include/gfx_options.h')
-rw-r--r-- | engines/sci/include/gfx_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/gfx_options.h b/engines/sci/include/gfx_options.h index f131b4ac63..dcffe0071e 100644 --- a/engines/sci/include/gfx_options.h +++ b/engines/sci/include/gfx_options.h @@ -74,7 +74,7 @@ typedef struct _gfx_options { int dirty_frames; int workarounds; /* Workaround flags- see below */ - + rect_t pic_port_bounds; } gfx_options_t; |