aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/sfx_engine.h
diff options
context:
space:
mode:
authorMax Horn2009-02-15 22:32:57 +0000
committerMax Horn2009-02-15 22:32:57 +0000
commit78e0d055eae23f701b1fc2467c1b2f90041c3679 (patch)
tree930e456e591a3d02428094164269f30d68d9de4a /engines/sci/include/sfx_engine.h
parent5ecfecd3bc795446581186eb7f0e04b1c0caa0e3 (diff)
downloadscummvm-rg350-78e0d055eae23f701b1fc2467c1b2f90041c3679.tar.gz
scummvm-rg350-78e0d055eae23f701b1fc2467c1b2f90041c3679.tar.bz2
scummvm-rg350-78e0d055eae23f701b1fc2467c1b2f90041c3679.zip
SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: include dir
svn-id: r38319
Diffstat (limited to 'engines/sci/include/sfx_engine.h')
-rw-r--r--engines/sci/include/sfx_engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/include/sfx_engine.h b/engines/sci/include/sfx_engine.h
index dca2cc94df..aee70a6dab 100644
--- a/engines/sci/include/sfx_engine.h
+++ b/engines/sci/include/sfx_engine.h
@@ -38,13 +38,13 @@
#define SFX_STATE_FLAG_MULTIPLAY (1 << 0) /* More than one song playable
- ** simultaneously ? */
+** simultaneously ? */
#define SFX_STATE_FLAG_NOSOUND (1 << 1) /* Completely disable sound playing */
#define SFX_DEBUG_SONGS (1 << 0) /* Debug song changes */
#define SFX_DEBUG_CUES (1 << 1) /* Debug cues, loops, and
- ** song completions */
+** song completions */
typedef struct {
song_iterator_t *it; /* The song iterator at the heart of things */