diff options
Diffstat (limited to 'engines/sci/include/gfx_res_options.h')
-rw-r--r-- | engines/sci/include/gfx_res_options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/include/gfx_res_options.h b/engines/sci/include/gfx_res_options.h index 7882cc9322..7f857cbeeb 100644 --- a/engines/sci/include/gfx_res_options.h +++ b/engines/sci/include/gfx_res_options.h @@ -33,9 +33,9 @@ namespace Sci { -typedef struct _gfx_res_pattern { +struct gfx_res_pattern_t { int min, max; -} gfx_res_pattern_t; +}; /* GFX resource assignments */ |