diff options
author | Johannes Schickel | 2009-10-04 18:01:38 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-10-04 18:01:38 +0000 |
commit | 9d80759a71b128c45cfd5217ed14575bff003ed2 (patch) | |
tree | 18bc685f3efb214bda43312b7acc9d2de51b1e4c /engines | |
parent | d0bc425da6db52258ef25bf9c73640892182ec91 (diff) | |
download | scummvm-rg350-9d80759a71b128c45cfd5217ed14575bff003ed2.tar.gz scummvm-rg350-9d80759a71b128c45cfd5217ed14575bff003ed2.tar.bz2 scummvm-rg350-9d80759a71b128c45cfd5217ed14575bff003ed2.zip |
Use spaces instead of tabs for formatting. (Tabs should be used for indentation only!)
svn-id: r44626
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/gui/gui_helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h index 1465100adb..2ef7adc995 100644 --- a/engines/sci/gui/gui_helpers.h +++ b/engines/sci/gui/gui_helpers.h @@ -99,8 +99,8 @@ struct GUIPalSchedule { #define GETFTR_WINDOWMGR(x) (x & 0x00000001) #define GETFTR_CANBEHERE(x) (x & 0x00000002) -#define GETFTR_SOUND(x) (x & 0x0000000C) -#define GETFTR_SHOWPIC(x) (x & 0x00000010) +#define GETFTR_SOUND(x) (x & 0x0000000C) +#define GETFTR_SHOWPIC(x) (x & 0x00000010) enum { GFX_STOPUPDATE = 0x01, |