From 628e876a46eebe2beb1278626a29b2ecf4c47827 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 8 Jun 2009 14:55:11 +0000 Subject: Spacing. svn-id: r41375 --- common/util.h | 6 +++--- 1 file 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) }; -- cgit v1.2.3