aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/gfx_options.h
diff options
context:
space:
mode:
authorMax Horn2009-02-15 22:32:57 +0000
committerMax Horn2009-02-15 22:32:57 +0000
commit78e0d055eae23f701b1fc2467c1b2f90041c3679 (patch)
tree930e456e591a3d02428094164269f30d68d9de4a /engines/sci/include/gfx_options.h
parent5ecfecd3bc795446581186eb7f0e04b1c0caa0e3 (diff)
downloadscummvm-rg350-78e0d055eae23f701b1fc2467c1b2f90041c3679.tar.gz
scummvm-rg350-78e0d055eae23f701b1fc2467c1b2f90041c3679.tar.bz2
scummvm-rg350-78e0d055eae23f701b1fc2467c1b2f90041c3679.zip
SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: include dir
svn-id: r38319
Diffstat (limited to 'engines/sci/include/gfx_options.h')
-rw-r--r--engines/sci/include/gfx_options.h2
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;