From 29611bc7ead4d3d5fc9df63c04dd9e2577805557 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 15 Feb 2009 22:34:41 +0000 Subject: SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: sfx dir svn-id: r38322 --- engines/sci/sfx/adlib.h | 56 ++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'engines/sci/sfx/adlib.h') diff --git a/engines/sci/sfx/adlib.h b/engines/sci/sfx/adlib.h index 67572581b5..4bba47ce3e 100644 --- a/engines/sci/sfx/adlib.h +++ b/engines/sci/sfx/adlib.h @@ -29,34 +29,34 @@ #define ADLIB_VOICES 12 typedef struct _sci_adlib_def { - guint8 keyscale1; /* 0-3 !*/ - guint8 freqmod1; /* 0-15 !*/ - guint8 feedback1; /* 0-7 !*/ - guint8 attackrate1; /* 0-15 !*/ - guint8 sustainvol1; /* 0-15 !*/ - guint8 envelope1; /* t/f !*/ - guint8 decayrate1; /* 0-15 !*/ - guint8 releaserate1; /* 0-15 !*/ - guint8 volume1; /* 0-63 !*/ - guint8 ampmod1; /* t/f !*/ - guint8 vibrato1; /* t/f !*/ - guint8 keybdscale1; /* t/f !*/ - guint8 algorithm1; /* 0,1 REVERSED */ - guint8 keyscale2; /* 0-3 !*/ - guint8 freqmod2; /* 0-15 !*/ - guint8 feedback2; /* 0-7 UNUSED */ - guint8 attackrate2; /* 0-15 !*/ - guint8 sustainvol2; /* 0-15 !*/ - guint8 envelope2; /* t/f !*/ - guint8 decayrate2; /* 0-15 !*/ - guint8 releaserate2; /* 0-15 !*/ - guint8 volume2; /* 0-63 !*/ - guint8 ampmod2; /* t/f !*/ - guint8 vibrato2; /* t/f !*/ - guint8 keybdscale2; /* t/f !*/ - guint8 algorithm2; /* 0,1 UNUSED */ - guint8 waveform1; /* 0-3 !*/ - guint8 waveform2; /* 0-3 !*/ + guint8 keyscale1; /* 0-3 !*/ + guint8 freqmod1; /* 0-15 !*/ + guint8 feedback1; /* 0-7 !*/ + guint8 attackrate1; /* 0-15 !*/ + guint8 sustainvol1; /* 0-15 !*/ + guint8 envelope1; /* t/f !*/ + guint8 decayrate1; /* 0-15 !*/ + guint8 releaserate1; /* 0-15 !*/ + guint8 volume1; /* 0-63 !*/ + guint8 ampmod1; /* t/f !*/ + guint8 vibrato1; /* t/f !*/ + guint8 keybdscale1; /* t/f !*/ + guint8 algorithm1; /* 0,1 REVERSED */ + guint8 keyscale2; /* 0-3 !*/ + guint8 freqmod2; /* 0-15 !*/ + guint8 feedback2; /* 0-7 UNUSED */ + guint8 attackrate2; /* 0-15 !*/ + guint8 sustainvol2; /* 0-15 !*/ + guint8 envelope2; /* t/f !*/ + guint8 decayrate2; /* 0-15 !*/ + guint8 releaserate2; /* 0-15 !*/ + guint8 volume2; /* 0-63 !*/ + guint8 ampmod2; /* t/f !*/ + guint8 vibrato2; /* t/f !*/ + guint8 keybdscale2; /* t/f !*/ + guint8 algorithm2; /* 0,1 UNUSED */ + guint8 waveform1; /* 0-3 !*/ + guint8 waveform2; /* 0-3 !*/ } adlib_def; typedef unsigned char adlib_instr[12]; -- cgit v1.2.3