[Scummvm-cvs-logs] SF.net SVN: scummvm:[41375] scummvm/trunk/common/util.h

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Mon Jun 8 16:55:11 CEST 2009


Revision: 41375
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41375&view=rev
Author:   Kirben
Date:     2009-06-08 14:55:11 +0000 (Mon, 08 Jun 2009)

Log Message:
-----------
Spacing.

Modified Paths:
--------------
    scummvm/trunk/common/util.h

Modified: scummvm/trunk/common/util.h
===================================================================
--- scummvm/trunk/common/util.h	2009-06-08 14:50:34 UTC (rev 41374)
+++ scummvm/trunk/common/util.h	2009-06-08 14:55:11 UTC (rev 41375)
@@ -270,12 +270,12 @@
 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)
 };
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list