aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2009-06-08 14:55:11 +0000
committerTravis Howell2009-06-08 14:55:11 +0000
commit628e876a46eebe2beb1278626a29b2ecf4c47827 (patch)
tree5a2832370b4b489a45753f09257cb2ed6e3e6485
parentddf3336bc18f1fc7091728ce198acbcbb43ec849 (diff)
downloadscummvm-rg350-628e876a46eebe2beb1278626a29b2ecf4c47827.tar.gz
scummvm-rg350-628e876a46eebe2beb1278626a29b2ecf4c47827.tar.bz2
scummvm-rg350-628e876a46eebe2beb1278626a29b2ecf4c47827.zip
Spacing.
svn-id: r41375
-rw-r--r--common/util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/util.h b/common/util.h
index e147cb6c5e..ea4d280fbc 100644
--- a/common/util.h
+++ b/common/util.h
@@ -270,12 +270,12 @@ extern const char *getRenderModeCode(RenderMode id);
extern const char *getRenderModeDescription(RenderMode id);
enum GameGUIOption {
- GUIO_NONE = 0,
+ GUIO_NONE = 0,
GUIO_NOSUBTITLES = (1 << 0),
GUIO_NOMUSIC = (1 << 1),
GUIO_NOSPEECH = (1 << 2),
- GUIO_NOSFX = (1 << 3),
- GUIO_NOMIDI = (1 << 4),
+ GUIO_NOSFX = (1 << 3),
+ GUIO_NOMIDI = (1 << 4),
GUIO_NOLAUNCHLOAD = (1 << 5)
};