diff options
author | Jordi Vilalta Prat | 2009-02-22 13:11:43 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2009-02-22 13:11:43 +0000 |
commit | b5ce8d93200d60c3a752720300d77773750bf583 (patch) | |
tree | 77e1656645b26cb859c6ddb17843c73622880465 /engines/sci/gfx/resource/sci_picfill.cpp | |
parent | ac409a2ab7a15c08bde95f0647847dc71407ed88 (diff) | |
download | scummvm-rg350-b5ce8d93200d60c3a752720300d77773750bf583.tar.gz scummvm-rg350-b5ce8d93200d60c3a752720300d77773750bf583.tar.bz2 scummvm-rg350-b5ce8d93200d60c3a752720300d77773750bf583.zip |
Whitespace cleanup
svn-id: r38783
Diffstat (limited to 'engines/sci/gfx/resource/sci_picfill.cpp')
-rw-r--r-- | engines/sci/gfx/resource/sci_picfill.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/gfx/resource/sci_picfill.cpp b/engines/sci/gfx/resource/sci_picfill.cpp index 0867b84c6e..73b2b83e7d 100644 --- a/engines/sci/gfx/resource/sci_picfill.cpp +++ b/engines/sci/gfx/resource/sci_picfill.cpp @@ -62,7 +62,7 @@ namespace Sci { #endif static void FILL_FUNCTION_RECURSIVE(gfxr_pic_t *pic, int old_xl, int old_xr, int y, int dy, byte *bounds, - int legalcolor, int legalmask, int color, int priority, int drawenable, int sci_titlebar_size) { + int legalcolor, int legalmask, int color, int priority, int drawenable, int sci_titlebar_size) { int linewidth = pic->mode->xfact * 320; int miny = pic->mode->yfact * sci_titlebar_size; int maxy = pic->mode->yfact * 200; @@ -265,7 +265,7 @@ static void FILL_FUNCTION_RECURSIVE(gfxr_pic_t *pic, int old_xl, int old_xr, int static void FILL_FUNCTION(gfxr_pic_t *pic, int x_320, int y_200, int color, int priority, int control, int drawenable, - int sci_titlebar_size) { + int sci_titlebar_size) { int linewidth = pic->mode->xfact * 320; int x, y; int xl, xr; |